mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[bitnam/influxdb] gcloud backups, replace gsutil (#30595)
* influxdb gcloud backups, replace gsutil gsutil depends on python 3.11 which is not availlable on newer gcloud sdk images. Also, google now recommends using gcloud storage (which does support newer python versions). Signed-off-by: Maximiliano Curia <maxy@gnuservers.com.ar> * bitnami/influxdb: Bump chart version Signed-off-by: Maximiliano Curia <maxy@gnuservers.com.ar> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Maximiliano Curia <maxy@gnuservers.com.ar> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
4b3a80d615
commit
9914b1bbc4
@@ -1,8 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 6.3.22 (2024-11-07)
|
||||
## 6.3.23 (2024-11-28)
|
||||
|
||||
* [bitnami/influxdb] Release 6.3.22 ([#30272](https://github.com/bitnami/charts/pull/30272))
|
||||
* [bitnam/influxdb] gcloud backups, replace gsutil ([#30595](https://github.com/bitnami/charts/pull/30595))
|
||||
|
||||
## <small>6.3.22 (2024-11-07)</small>
|
||||
|
||||
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
|
||||
* [bitnami/influxdb] Release 6.3.22 (#30272) ([761fe02](https://github.com/bitnami/charts/commit/761fe022b2837b47c4d6174b6c0ace93a600ea4a)), closes [#30272](https://github.com/bitnami/charts/issues/30272)
|
||||
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
|
||||
|
||||
## <small>6.3.21 (2024-10-02)</small>
|
||||
|
||||
|
||||
@@ -37,4 +37,4 @@ maintainers:
|
||||
name: influxdb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/influxdb
|
||||
version: 6.3.22
|
||||
version: 6.3.23
|
||||
|
||||
@@ -54,7 +54,7 @@ data:
|
||||
set -e
|
||||
|
||||
gcloud auth activate-service-account --key-file /var/secrets/google/{{ .Values.backup.uploadProviders.google.secretKey }}
|
||||
gsutil -m rsync -r -d {{ .Values.backup.directory }}/ {{ .Values.backup.uploadProviders.google.bucketName }}
|
||||
gcloud storage rsync -r {{ .Values.backup.directory }}/ {{ .Values.backup.uploadProviders.google.bucketName }} --delete-unmatched-destination-objects
|
||||
upload-azure.sh: |-
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user