Skip to content

Commit

Permalink
Update defaults for smiley3 and color3.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Oct 26, 2024
1 parent 209ec49 commit 1d2cd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faces-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ smiley2:

smiley3:
enabled: False # If set to True, enables the second smiley workload
smiley: "HeartEyes" # Override if desired
smiley: "RollingEyes" # Override if desired
# image: "" # If set, overrides the imageName/imageTag pair
# imageName: "" # If not set, uses backend.imageName
# imageTag: "" # If not set, uses backend.imageTag
Expand Down Expand Up @@ -95,7 +95,7 @@ color2:

color3:
enabled: False # If set to True, enables the second color workload
color: "green" # Override if desired, defaults to colorblind-friendly green from the Tol palette
color: "darkblue" # Override if desired, defaults to colorblind-friendly green from the Tol palette
# image: "" # If set, overrides the imageName/imageTag pair
imageName: ghcr.io/buoyantio/faces-color
# imageTag: "" # If not set, uses backend.imageTag
Expand Down

0 comments on commit 1d2cd8e

Please sign in to comment.