Skip to content

Commit

Permalink
Merge pull request #40 from ameijer/ttl-contrib
Browse files Browse the repository at this point in the history
increment library chart version
  • Loading branch information
ameijer authored Jun 14, 2022
2 parents 7ec0b7d + f562894 commit 62d0253
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/job/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: lib-k8s-as-helm
repository: https://ameijer.github.io/k8s-as-helm
version: 1.2.0
digest: sha256:370fdee923e813514093b1950d581f9d6131da7e52bd5917d23baea73006fccd
generated: "2022-06-13T19:46:49.984943761-04:00"
repository: file://../lib-k8s-as-helm
version: 1.3.0
digest: sha256:358a8f008859ce04b4245ae5a38d9c20446f49d7043c44673fddcf17b6f7f0fa
generated: "2022-06-13T20:23:41.147126211-04:00"
6 changes: 3 additions & 3 deletions charts/job/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ appVersion: "v1.0.0"
home: https:/ameijer/k8s-as-helm
description: Helm Chart representing a single Job Kubernetes API object
name: job
version: 1.1.0
version: 1.1.1
icon: https://ameijer.github.io/k8s-as-helm/icon.png
dependencies:
- name: lib-k8s-as-helm
version: 1.2.0
repository: https://ameijer.github.io/k8s-as-helm
version: 1.3.0
repository: file://../lib-k8s-as-helm
maintainers:
- name: ameijer
url: https:/ameijer
Expand Down
Binary file removed charts/job/charts/lib-k8s-as-helm-1.2.0.tgz
Binary file not shown.
Binary file added charts/job/charts/lib-k8s-as-helm-1.3.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/job/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ activeDeadlineSeconds: 601
ttlSecondsAfterFinished: 60

podAnnotations:
test: true
test: "true"
podLabels:
test: true
test: "true"
2 changes: 1 addition & 1 deletion charts/lib-k8s-as-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.0.0
home: https:/ameijer/k8s-as-helm
description: Library chart backing portions of the k8s-as-helm project
name: lib-k8s-as-helm
version: 1.2.0
version: 1.3.0
icon: https://ameijer.github.io/k8s-as-helm/icon.png
type: library
maintainers:
Expand Down

0 comments on commit 62d0253

Please sign in to comment.