Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed Mar 27, 2024
1 parent f2f8ee5 commit 77f1e25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/workflows/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: greeting
repository: file://charts/greeting
version: 0.2.7
version: 0.2.8
- name: move2kube
repository: file://charts/move2kube
version: 0.2.10
- name: mta
repository: file://charts/mta
version: 0.2.13
digest: sha256:a8aeca605786e94b1ed784c9cadc9f5dd7fc21469d71193dce3885adf54581a2
generated: "2024-03-26T22:50:24.519811104Z"
digest: sha256:f7f87cdd73c21af2754b680c37fd78275f92d46f58f5e9187a751c2d822134a7
generated: "2024-03-27T14:35:24.879617928Z"
4 changes: 2 additions & 2 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.2.21
version: 0.2.22

# 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
Expand All @@ -18,7 +18,7 @@ appVersion: "1.16.0"
dependencies:
- name: greeting
repository: "file://charts/greeting"
version: "0.2.7"
version: "0.2.8"
condition: greeting.enabled
- name: move2kube
repository: "file://charts/move2kube"
Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/charts/greeting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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: 0.2.7
version: 0.2.8

# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
podTemplate:
container:
resources: {}
image: quay.io/orchestrator/serverless-workflow-greeting:3cf79633a172326f3954a516f215f74b8784b6d7
image: quay.io/orchestrator/serverless-workflow-greeting:a865aca274c429dda680120dca0ae2492522f0ed
resources:
configMaps:
- configMap:
Expand Down

0 comments on commit 77f1e25

Please sign in to comment.