Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masayag committed Mar 26, 2024
1 parent 645641d commit 1b2652c
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.6
version: 0.2.7
- name: move2kube
repository: file://charts/move2kube
version: 0.2.9
- name: mta
repository: file://charts/mta
version: 0.2.11
digest: sha256:fa6edaa35ad610d4071eae26d34b248678f73e1fa14248ed16a7993a62bf46c2
generated: "2024-03-26T13:49:50.134597641Z"
digest: sha256:92eb18f414769126504c0ce900dd654b619f5f74b786799481e00cd1af6ed0b0
generated: "2024-03-26T19:53:14.28124269Z"
4 changes: 2 additions & 2 deletions charts/workflows/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.18
version: 0.2.19

# 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 @@ -17,7 +17,7 @@ appVersion: "1.16.0"
dependencies:
- name: greeting
repository: "file://charts/greeting"
version: "0.2.6"
version: "0.2.7"
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.6
version: 0.2.7

# 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:196ccfd03ff736a6beeaec092fb5c5252c7a3a23
image: quay.io/orchestrator/serverless-workflow-greeting:3cf79633a172326f3954a516f215f74b8784b6d7
resources:
configMaps:
- configMap:
Expand Down

0 comments on commit 1b2652c

Please sign in to comment.