Skip to content

Commit

Permalink
storage-scrubber: fix up secret env var name in cmdline (#116)
Browse files Browse the repository at this point in the history
* storage-scrubber: fix up secret env var name in cmdline

* bump version to 1.3.1
  • Loading branch information
VladLazar authored Dec 9, 2024
1 parent 92dba61 commit 2bfde8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/neon-storage-scrubber/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: neon-storage-scrubber
description: neon-storage-scrubber
type: application
version: 1.3.0
version: 1.3.1
appVersion: "v0.1.0"
sources:
- https://github.com/neondatabase/neon/tree/main/storage_scrubber
2 changes: 1 addition & 1 deletion charts/neon-storage-scrubber/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon-storage-scrubber

![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)
![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)

neon-storage-scrubber

Expand Down
2 changes: 1 addition & 1 deletion charts/neon-storage-scrubber/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- /usr/local/bin/storage_scrubber
{{- if .Values.storageScrubber.enableStorageControllerConnection }}
- "--controller-jwt"
- "$(STORAGE_CONTROLLER_JWT)"
- "$(STORAGE_CONTROLLER_JWT_TOKEN)"
- "--controller-api"
- {{ .Values.storageScrubber.storageControllerUrl | quote }}
{{- end -}}
Expand Down

0 comments on commit 2bfde8d

Please sign in to comment.