Skip to content

Commit

Permalink
chore/deps - nats and argo workflows
Browse files Browse the repository at this point in the history
Signed-off-by: fhochleitner <felix.hochleitner@outlook.com>
  • Loading branch information
fhochleitner committed Jul 19, 2023
1 parent 742e405 commit 99491ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bke-development/gp-cicd-eventbus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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: 1.0.2
version: 1.0.3
2 changes: 1 addition & 1 deletion bke-development/gp-cicd-eventbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ eventbus:
jetstream:
# Die Version des JetStream EventBus' muss in der argo-events-controller-manager ConfigMap vorhanden sein.
# Hierfür müssen die Values im Chart "gepaplexx-cicd-tools" angepasst werden.
version: 2.9.19
version: 2.9.20
4 changes: 2 additions & 2 deletions bke-development/gp-cicd-tools/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 1.2.4
version: 1.2.5

dependencies:
- name: argo-events
Expand All @@ -26,7 +26,7 @@ dependencies:
- name: argo-workflows
alias: argo_workflows
repository: "https://argoproj.github.io/argo-helm"
version: ~0.30.0
version: ~0.31.0
condition: argo_workflows.enabled
- name: postgresql
repository: "https://charts.bitnami.com/bitnami"
Expand Down
6 changes: 3 additions & 3 deletions bke-development/gp-cicd-tools/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ argo_events:
versions:
# Die hier angegebenen Versionen werden in die "argo-events-controller-manager" ConfigMap geschrieben.
# Das ist die Voraussetzung dafür, dass die "EventBus" Ressource den EventBus mit der angegebenen Version starten kann.
- version: "2.9.19"
natsImage: docker.io/nats:2.9.19
- version: "2.9.20"
natsImage: docker.io/nats:2.9.20
metricsExporterImage: docker.io/natsio/prometheus-nats-exporter:0.12.0
configReloaderImage: docker.io/natsio/nats-server-config-reloader:0.11.0
configReloaderImage: docker.io/natsio/nats-server-config-reloader:0.12.0
startCommand: /nats-server
# Default-Latest Version wie im Sub-Chart normalerweise konfiguriert.
- version: "latest"
Expand Down

0 comments on commit 99491ff

Please sign in to comment.