Skip to content

Commit 03d21ab

Browse files
authored
Fix image tag
1 parent 1acb28b commit 03d21ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/ROOT/pages/basics.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Minikube::
7373
[.console-input]
7474
[source,bash,subs="attributes+,+macros"]
7575
----
76-
helm install faq-db --set global.postgresql.auth.username=faq-default,global.postgresql.auth.password=postgres,global.postgresql.auth.database=faq,primary.persistence.enabled=false \
76+
helm install faq-db --set image.tag=latest,global.postgresql.auth.username=faq-default,global.postgresql.auth.password=postgres,global.postgresql.auth.database=faq,primary.persistence.enabled=false \
7777
--version 12.1.2 bitnami/postgresql
7878
----
7979
--
@@ -83,7 +83,7 @@ OpenShift::
8383
[.console-input]
8484
[source,bash,subs="attributes+,+macros"]
8585
----
86-
helm install faq-db --set global.postgresql.auth.username=faq-default,global.postgresql.auth.password=postgres,global.postgresql.auth.database=faq,primary.persistence.enabled=false,\
86+
helm install faq-db --set image.tag=latest,global.postgresql.auth.username=faq-default,global.postgresql.auth.password=postgres,global.postgresql.auth.database=faq,primary.persistence.enabled=false,\
8787
primary.podSecurityContext.enabled=false,primary.containerSecurityContext.enabled=false \
8888
--version 12.1.2 bitnami/postgresql
8989
--

0 commit comments

Comments
 (0)