Skip to content

Commit

Permalink
Merge pull request #111 from Leukocyte-Lab/build/auto-update-tags-
Browse files Browse the repository at this point in the history
auto-build: values.yaml update
  • Loading branch information
knowlet authored Nov 10, 2023
2 parents bf86076 + 480e6ff commit 1378e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/agh2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 2.2.0
version: 2.2.1

# 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: "230919"
appVersion: "231110"
dependencies:
- name: postgresql
version: 12.1.2
Expand Down
10 changes: 5 additions & 5 deletions charts/agh2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ captain:
##
image:
repository: leukocyte-lab/argushack2/captain
tag: v0.23.0
tag: v0.24.0
pullPolicy: IfNotPresent
pullSecrets: []
## @param captain.secret.enabled Enable secret generate for Captain
Expand Down Expand Up @@ -368,7 +368,7 @@ captain:
##
superadmin:
enabled: true
secretName: capt-superadmin-secret
secretName: capt-superadmin-password
password: ""
## @extra captain.service Captain service parameters
##
Expand Down Expand Up @@ -414,7 +414,7 @@ core:
##
image:
repository: leukocyte-lab/argushack2/core
tag: v1.20.2
tag: v1.21.1
pullPolicy: IfNotPresent
pullSecrets: []
## @param core.secret.enabled Enable secret generate for Core
Expand Down Expand Up @@ -479,7 +479,7 @@ exploitmgr:
##
image:
repository: leukocyte-lab/argushack2/exploitmgr
tag: v0.17.0
tag: v0.18.0
pullPolicy: IfNotPresent
pullSecrets: []
## @param exploitmgr.secret.enabled Enable secret generate for Exploit-Manager
Expand Down Expand Up @@ -529,7 +529,7 @@ ui:
##
image:
repository: leukocyte-lab/argushack2/frontend
tag: v2.22.0
tag: v2.23.0
pullPolicy: IfNotPresent
pullSecrets: []
## @param ui.extraEnv UI additional environment variables
Expand Down

0 comments on commit 1378e01

Please sign in to comment.