Skip to content

Commit

Permalink
[bitnami/influxdb] Release 6.2.1 (#26511)
Browse files Browse the repository at this point in the history
* [bitnami/influxdb] Release 6.2.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored May 28, 2024
1 parent b1f8a0c commit b5b3bfc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion bitnami/influxdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.2.1 (2024-05-28)

* [bitnami/influxdb] Release 6.2.1 ([#26511](https://github.com/bitnami/charts/pull/26511))

## 6.2.0 (2024-05-27)

* [bitnami/influxdb] Allow separate persistence cfg for backups ([#26453](https://github.com/bitnami/charts/pull/26453))
* [bitnami/influxdb] Allow separate persistence cfg for backups (#26453) ([57ba39e](https://github.com/bitnami/charts/commit/57ba39ec1f4376b41b28fd4e91b326ff42378f25)), closes [#26453](https://github.com/bitnami/charts/issues/26453)

## <small>6.1.1 (2024-05-23)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/influxdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotations:
- name: aws-cli
image: docker.io/bitnami/aws-cli:2.15.50-debian-12-r0
- name: azure-cli
image: docker.io/bitnami/azure-cli:2.60.0-debian-12-r2
image: docker.io/bitnami/azure-cli:2.61.0-debian-12-r0
- name: google-cloud-sdk
image: docker.io/bitnami/google-cloud-sdk:0.476.0-debian-12-r0
image: docker.io/bitnami/google-cloud-sdk:0.477.0-debian-12-r0
- name: influxdb
image: docker.io/bitnami/influxdb:2.7.6-debian-12-r8
image: docker.io/bitnami/influxdb:2.7.6-debian-12-r9
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
apiVersion: v2
Expand All @@ -37,4 +37,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/influxdb
version: 6.2.0
version: 6.2.1
2 changes: 1 addition & 1 deletion bitnami/influxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,4 +613,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
6 changes: 3 additions & 3 deletions bitnami/influxdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/influxdb
tag: 2.7.6-debian-12-r8
tag: 2.7.6-debian-12-r9
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1094,7 +1094,7 @@ backup:
image:
registry: docker.io
repository: bitnami/google-cloud-sdk
tag: 0.476.0-debian-12-r0
tag: 0.477.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1148,7 +1148,7 @@ backup:
image:
registry: docker.io
repository: bitnami/azure-cli
tag: 2.60.0-debian-12-r2
tag: 2.61.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit b5b3bfc

Please sign in to comment.