Skip to content

Commit

Permalink
Merge pull request #113 from conradkleinespel/patch-1
Browse files Browse the repository at this point in the history
Fix image.tag code comment in values.yaml
  • Loading branch information
johnjeffers authored Sep 23, 2024
2 parents a9bad5c + 6b602ab commit a2f97bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1
image:
# image.repository -- The name of the docker repository for fusionauth-app
repository: fusionauth/fusionauth-app
# image.repository -- The docker tag to pull for fusionauth-app
# image.tag -- The docker tag to pull for fusionauth-app
tag: ${APP_VERSION}
# image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app
pullPolicy: IfNotPresent
Expand All @@ -32,7 +32,7 @@ initContainers:
image:
# initContainers.image.repository -- Docker image to use for initContainers
repository: busybox
# initContainers.image.repository -- Tag to use for initContainers docker image
# initContainers.image.tag -- Tag to use for initContainers docker image
tag: 1.36.1
# initContainers.resources -- Resource requests and limits to use for initContainers
resources: {}
Expand Down

0 comments on commit a2f97bb

Please sign in to comment.