Skip to content

Commit

Permalink
PLAT-410 - updated the chart to use the new contaniner, added env var…
Browse files Browse the repository at this point in the history
… and bumped chart ver
  • Loading branch information
portswigger-ben committed Mar 26, 2024
1 parent 9207019 commit 7331a3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cloudnative-pg
description: Create a Postgresql database cluster on AWS EKS using cloudnative-pg.io and any required AWS resources via crossplane.io.
type: application
version: 0.0.4
version: 0.0.5
kubeVersion: ">=1.24.0-0"
keywords:
- postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ spec:
value: "{{ .Values.aws.resourcePrefix }}{{ .Values.stackId }}"
- name: S3_PREFIX
value: "stegostore"
- name: DAYS_RETENTION
value: {{ .Values.stegosweep.daysRetention | quote }}
- name: DAYS_RETENTION_DAILY
value: {{ .Values.stegosweep.daysRetentionDaily | quote }}
- name: DAYS_RETENTION_HOURLY
value: {{ .Values.stegosweep.daysRetentionHourly | quote }}
- name: DRY_RUN
value: {{ .Values.stegosweep.dryRun | quote }}
restartPolicy: Never
Expand Down
7 changes: 4 additions & 3 deletions charts/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ stegostore:
schedule: "0 * * * *"
concurrencyPolicy: Forbid
imageName: portswigger-cloud/stegostore
imageDigest: sha256:2d215660807510c9d359cd7734186a99af3b7038a6f61ae49818b73f295d0ddd
imageDigest: sha256:464c054776960226d6b5f8935c90528ab48c0e1dad43389b604f7a527d5ae512
stegosweep:
enabled: true
schedule: "30 1 * * *"
concurrencyPolicy: Forbid
daysRetention: 30
dryRun: false
daysRetentionDaily: 30
daysRetentionHourly: 7
dryRun: true

0 comments on commit 7331a3f

Please sign in to comment.