Skip to content

Commit

Permalink
[bitnami/keydb] ci: simplify goss tests (#29088)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan131 authored Aug 28, 2024
1 parent 6814398 commit aaaa34a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vib/keydb/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{{- $auth := printf "REDISCLI_AUTH='%s'" .Vars.auth.password }}
{{- $tls := print "--tls --cacert /opt/bitnami/keydb/certs/ca.crt" }}
{{- $master_endpoint := printf "-h keydb-master -p %d" .Vars.master.service.ports.keydb }}
{{- $master_endpoint := printf "-h 127.0.0.1 -p %d" .Vars.master.containerPorts.keydb }}
{{- $replicas_endpoint := printf "-h keydb-replica -p %d" .Vars.replica.service.ports.keydb }}
{{- $replicas := .Vars.replica.replicaCount }}
command:
Expand Down
8 changes: 6 additions & 2 deletions bitnami/keydb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.1.1 (2024-08-28)
## 0.1.2 (2024-08-28)

* [bitnami/keydb] Release 0.1.1 ([#29079](https://github.com/bitnami/charts/pull/29079))
* [bitnami/keydb] ci: simplify goss tests ([#29088](https://github.com/bitnami/charts/pull/29088))

## <small>0.1.1 (2024-08-28)</small>

* [bitnami/keydb] Release 0.1.1 (#29079) ([5bbaa0f](https://github.com/bitnami/charts/commit/5bbaa0f47f562b11a55c273c8ec69c86204a0093)), closes [#29079](https://github.com/bitnami/charts/issues/29079)

## 0.1.0 (2024-08-28)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/keydb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ name: keydb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/keydb
- https://github.com/bitnami/containers/tree/main/bitnami/keydb
version: 0.1.1
version: 0.1.2

0 comments on commit aaaa34a

Please sign in to comment.