Browse Source

fix: fix typo

pull/122/head
Bruno Bernard 7 months ago
parent
commit
a3373c28e9
  1. 2
      charts/textbee/values.yaml

2
charts/textbee/values.yaml

@ -126,7 +126,7 @@ api:
web: web:
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image: image:
repository: ghcr.io/vernu/textbee/api
repository: ghcr.io/vernu/textbee/web
# This sets the pull policy for images. # This sets the pull policy for images.
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.

Loading…
Cancel
Save