Skip to content

Commit

Permalink
Merge pull request #803 from DOME-Marketplace/SBX/update-issuer-walle…
Browse files Browse the repository at this point in the history
…t-versions

SBX/update issuer and wallet versions
  • Loading branch information
DemetrixDome authored Jan 14, 2025
2 parents f76ec5c + b89f825 commit 4a0d385
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ionos_sbx/issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: issuer
description: Chart holder for ArgoCD
type: application
version: 1.1.5
version: 1.1.6
appVersion: "v1.0.12"
dependencies:
- name: issuer
Expand Down
4 changes: 2 additions & 2 deletions ionos_sbx/issuer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issuer:
image:
repository: in2workspace/in2-issuer-api
# Overrides the image tag whose default is the chart appVersion.
tag: v1.2.0
tag: v1.2.1
pullPolicy: Always
ingress:
enabled: true
Expand Down Expand Up @@ -175,7 +175,7 @@ issuer:
image:
repository: in2workspace/in2-issuer-ui
# Overrides the image tag whose default is the chart appVersion.
tag: v1.3.0
tag: v1.4.0
pullPolicy: Always
ingress:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions ionos_sbx/wallet/wallet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: wallet
description: Chart holder for ArgoCD
type: application
version: 0.2.21
version: 0.2.22
appVersion: "v0.0.5"
dependencies:
- name: wallet
condition: wallet.enabled
repository: https://in2workspace.github.io/helm-charts
version: 1.0.3
version: 1.0.4
4 changes: 2 additions & 2 deletions ionos_sbx/wallet/wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wallet:
image:
repository: in2workspace/in2-wallet-api
# Overrides the image tag whose default is the chart appVersion.
tag: v1.3.8
tag: v1.3.10
pullPolicy: Always
ingress:
enabled: true
Expand Down Expand Up @@ -91,7 +91,7 @@ wallet:
repository: in2workspace/in2-wallet-ui
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: v1.4.0
tag: v1.5.0
# -- should be enabled?
enabled: true
# -- overrides the generated name, provides stable service names - this should be avoided if multiple instances are available in the same namespace
Expand Down

0 comments on commit 4a0d385

Please sign in to comment.