Skip to content

Commit e80b4af

Browse files
authored
fix: Last used stamper (#6)
* extra comment * adding the bash script to config map, and pointing to it via the cronjob * updating release tag * was calling bin/bash not bin/sh and bitnami/kubectl doesn't have full bash * updating version * changing default mode as hitting perm errors * update chart version
1 parent fb418aa commit e80b4af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/blueapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515

1616
# This is the chart version. This version number is incremented by the release process.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.12.9
18+
version: 1.13.0
1919

2020
# This is the version number of the application being deployed. This version number is incremented by the release process.
2121
# Versions are not expected to follow Semantic Versioning. They should reflect the version the application is using.

helm/blueapi/templates/cronjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
jobTemplate:
4444
spec:
4545
# amount of attempts of labeling a pvc
46-
backoffLimit: 2
46+
backoffLimit: 0
4747
# job stops after 60 secounds
4848
activeDeadlineSeconds: 60
4949
template:
@@ -58,7 +58,7 @@ spec:
5858
- name : {{include "blueapi.fullname" . }}-pvc-stamper-script
5959
configMap:
6060
name: {{include "blueapi.fullname" . }}-pvc-stamper-script
61-
defaultMode: 0500
61+
defaultMode: 0555
6262

6363

6464
containers:

0 commit comments

Comments
 (0)