Skip to content

Commit

Permalink
[bitnami/influxdb] Release 6.3.2 (#26564)
Browse files Browse the repository at this point in the history
* [bitnami/influxdb] Release 6.3.2 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 30, 2024
1 parent 1440310 commit ffe032e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions bitnami/influxdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.3.1 (2024-05-29)
## 6.3.2 (2024-05-30)

* [bitnami/influxdb] Release 6.3.1 ([#26549](https://github.com/bitnami/charts/pull/26549))
* [bitnami/influxdb] Release 6.3.2 ([#26564](https://github.com/bitnami/charts/pull/26564))

## <small>6.3.1 (2024-05-29)</small>

* [bitnami/influxdb] Release 6.3.1 (#26549) ([cb8be5b](https://github.com/bitnami/charts/commit/cb8be5b6770c4bfb0feb5f0b5cfb14b2e7de8cbe)), closes [#26549](https://github.com/bitnami/charts/issues/26549)

## 6.3.0 (2024-05-29)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/influxdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: aws-cli
image: docker.io/bitnami/aws-cli:2.15.50-debian-12-r0
image: docker.io/bitnami/aws-cli:2.15.60-debian-12-r0
- name: azure-cli
image: docker.io/bitnami/azure-cli:2.61.0-debian-12-r0
- name: google-cloud-sdk
image: docker.io/bitnami/google-cloud-sdk:0.477.0-debian-12-r0
image: docker.io/bitnami/google-cloud-sdk:0.478.0-debian-12-r0
- name: influxdb
image: docker.io/bitnami/influxdb:2.7.6-debian-12-r10
image: docker.io/bitnami/influxdb:2.7.6-debian-12-r11
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
Expand All @@ -37,4 +37,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/influxdb
version: 6.3.1
version: 6.3.2
2 changes: 1 addition & 1 deletion bitnami/influxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,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-r10
tag: 2.7.6-debian-12-r11
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 @@ -1104,7 +1104,7 @@ backup:
image:
registry: docker.io
repository: bitnami/google-cloud-sdk
tag: 0.477.0-debian-12-r0
tag: 0.478.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 @@ -1214,7 +1214,7 @@ backup:
image:
registry: docker.io
repository: bitnami/aws-cli
tag: 2.15.50-debian-12-r0
tag: 2.15.60-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 ffe032e

Please sign in to comment.