Skip to content

Commit

Permalink
update kratix package
Browse files Browse the repository at this point in the history
  • Loading branch information
syntassodev committed Jul 8, 2024
1 parent 10b969f commit 79717f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kratix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: v0.123.0
version: v0.124.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.
Expand Down
4 changes: 2 additions & 2 deletions kratix/templates/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ subjects:
---
apiVersion: v1
data:
WC_IMG: docker.io/syntasso/kratix-platform-pipeline-adapter:v0.123.0
WC_IMG: docker.io/syntasso/kratix-platform-pipeline-adapter:v0.124.0
kind: ConfigMap
metadata:
labels:
Expand Down Expand Up @@ -497,7 +497,7 @@ spec:
configMapKeyRef:
key: WC_IMG
name: kratix-platform-wc-img-config
image: docker.io/syntasso/kratix-platform:v0.123.0
image: docker.io/syntasso/kratix-platform:v0.124.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 79717f0

Please sign in to comment.