diff --git a/bitnami/nats/Chart.lock b/bitnami/nats/Chart.lock index aa533af8670c6a..fe4582fef32de0 100644 --- a/bitnami/nats/Chart.lock +++ b/bitnami/nats/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.0 -digest: sha256:ac559eb57710d8904e266424ee364cd686d7e24517871f0c5c67f7c4500c2bcc -generated: "2024-03-13T01:09:58.363157795Z" + version: 2.19.1 +digest: sha256:c883732817d9aaa3304f7b3109262aa338959de15b432dc5a2dbde13d2e136a5 +generated: "2024-04-04T19:37:37.240259893Z" diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index 0dc0d30949912a..0b0e5e46c266f0 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: nats - image: docker.io/bitnami/nats:2.10.12-debian-12-r0 + image: docker.io/bitnami/nats:2.10.12-debian-12-r2 - name: nats-exporter - image: docker.io/bitnami/nats-exporter:0.14.0-debian-12-r7 + image: docker.io/bitnami/nats-exporter:0.14.0-debian-12-r9 apiVersion: v2 appVersion: 2.10.12 dependencies: @@ -31,4 +31,4 @@ maintainers: name: nats sources: - https://github.com/bitnami/charts/tree/main/bitnami/nats -version: 8.0.1 +version: 8.0.2 diff --git a/bitnami/nats/README.md b/bitnami/nats/README.md index 48f84246d41bc6..88eca122b9625f 100644 --- a/bitnami/nats/README.md +++ b/bitnami/nats/README.md @@ -452,4 +452,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. \ No newline at end of file diff --git a/bitnami/nats/values.yaml b/bitnami/nats/values.yaml index b46737a86962d1..d77e765fccad1a 100644 --- a/bitnami/nats/values.yaml +++ b/bitnami/nats/values.yaml @@ -74,7 +74,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/nats - tag: 2.10.12-debian-12-r0 + tag: 2.10.12-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -785,7 +785,7 @@ metrics: image: registry: docker.io repository: bitnami/nats-exporter - tag: 0.14.0-debian-12-r7 + tag: 0.14.0-debian-12-r9 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.