[bitnami/fluxcd-helm-controller] Release 0.37.2-debian-11-r2 (#54973)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-01-19 21:06:44 +01:00
committed by GitHub
parent fa3976ed90
commit 361ce58fc2
3 changed files with 9 additions and 31 deletions

View File

@@ -13,13 +13,6 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
docker run -it --name fluxcd-helm-controller bitnami/fluxcd-helm-controller
```
### Docker Compose
```console
curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/fluxcd-helm-controller/docker-compose.yml > docker-compose.yml
docker-compose up -d
```
## Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
@@ -73,20 +66,12 @@ Bitnami provides up-to-date versions of Flux Helm Controller, including security
docker pull bitnami/fluxcd-helm-controller:latest
```
or if you're using Docker Compose, update the value of the image property to `bitnami/fluxcd-helm-controller:latest`.
#### Step 2: Remove the currently running container
```console
docker rm -v fluxcd-helm-controller
```
or using Docker Compose:
```console
docker-compose rm -v fluxcd-helm-controller
```
#### Step 3: Run the new image
Re-create your container from the new image.
@@ -95,12 +80,6 @@ Re-create your container from the new image.
docker run --name fluxcd-helm-controller bitnami/fluxcd-helm-controller:latest
```
or using Docker Compose:
```console
docker-compose up fluxcd-helm-controller
```
## Configuration
### Running commands
@@ -113,6 +92,12 @@ docker run --rm --name fluxcd-helm-controller bitnami/fluxcd-helm-controller:lat
Check the [official Flux Helm Controller documentation](https://github.com/fluxcd/helm-controller) for more information about how to use Flux Helm Controller.
## Notable Changes
### Starting January 16, 2024
* The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
## Contributing
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.