Skip to content

Commit

Permalink
Lomas Chart version update and change default value for pullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbfs committed Jul 2, 2024
1 parent eb07322 commit cff980f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/lomas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.30
version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.1"
appVersion: "0.1.1"

dependencies:
- name: lomas-server
version: "0.0.6"
version: "0.1.0"
repository: https://dscc-admin-ch.github.io/helm-charts
14 changes: 8 additions & 6 deletions charts/lomas/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pullPolicy": {
"type": "string",
"description": "option when pulling the docker image",
"default": "IfNotPresent",
"default": "Always",
"enum": [
"IfNotPresent",
"Always",
Expand All @@ -42,9 +42,10 @@
},
"tag": {
"type": "string",
"default": "latest",
"default": "0.1.1",
"enum": [
"latest"
"latest",
"0.1.1"
]
}
}
Expand Down Expand Up @@ -421,7 +422,7 @@
"pullPolicy": {
"type": "string",
"description": "option when pulling the docker image",
"default": "IfNotPresent",
"default": "Always",
"enum": [
"IfNotPresent",
"Always",
Expand All @@ -437,9 +438,10 @@
},
"tag": {
"type": "string",
"default": "latest",
"default": "0.1.1",
"enum": [
"latest"
"latest",
"0.1.1"
]
}
}
Expand Down

0 comments on commit cff980f

Please sign in to comment.