Skip to content

Commit

Permalink
docs(values): add note regarding HELM_IMAGE_TAG and HELM_IMAGE_REPO (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
L-U-C-K-Y authored Sep 9, 2021
1 parent b92532e commit 11e246d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kiali-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nameOverride: ""
fullnameOverride: ""

image:
repo: ${HELM_IMAGE_REPO}
tag: ${HELM_IMAGE_TAG}
image: # see: https://quay.io/repository/kiali/kiali-operator?tab=tags
repo: ${HELM_IMAGE_REPO} # quay.io/kiali/kiali-operator
tag: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0
pullPolicy: Always
pullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions kiali-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deployment:
image_name: quay.io/kiali/kiali
image_pull_policy: "Always"
image_pull_secrets: []
image_version: ${HELM_IMAGE_TAG}
image_version: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags
ingress_enabled: true
instance_name: "kiali"
logger:
Expand All @@ -61,7 +61,7 @@ deployment:
service_annotations: {}
service_type: ""
tolerations: []
version_label: ${HELM_IMAGE_TAG}
version_label: ${HELM_IMAGE_TAG} # v1.39 # v1.39.0 # see: https://quay.io/repository/kiali/kiali?tab=tags
view_only_mode: false

external_services:
Expand Down

0 comments on commit 11e246d

Please sign in to comment.