Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2e3a2ef0
authored
2023-02-15 19:02:45 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Set latest and pullPolicy defaults.
1 parent
e8ccdbfa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
charts/moqui/values.yaml
charts/moqui/values.yaml
View file @
2e3a2ef
...
...
@@ -2,10 +2,10 @@ kind: Deployment
imagePullSecrets
:
{}
image
:
pullPolicy
:
null
pullPolicy
:
IfNotPresent
registry
:
docker.io
repository
:
moqui/moquidemo
tag
:
null
tag
:
latest
configMap
:
entity_ds_db_conf
:
"
postgres"
...
...
@@ -27,9 +27,9 @@ postgresql:
password
:
iuqom
jdbcImage
:
enabled
:
false
pullPolicy
:
null
pullPolicy
:
IfNotPresent
repository
:
null
tag
:
null
tag
:
latest
opensearch
:
enabled
:
true
...
...
Please
register
or
sign in
to post a comment