Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/nats] Release 8.0.2 #24905

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bitnami/nats/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions bitnami/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion bitnami/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions bitnami/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down
Loading