diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index da814ef8eb..68028c3817 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: consul-exporter - image: docker.io/bitnami/consul-exporter:0.11.0-debian-11-r2 + image: docker.io/bitnami/consul-exporter:0.11.0-debian-11-r4 - name: consul - image: docker.io/bitnami/consul:1.17.2-debian-11-r0 + image: docker.io/bitnami/consul:1.17.2-debian-11-r1 - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r95 apiVersion: v2 @@ -32,4 +32,4 @@ maintainers: name: consul sources: - https://github.com/bitnami/charts/tree/main/bitnami/consul -version: 10.16.1 +version: 10.16.2 diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index e92dff33bb..7d3aac1ec9 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -548,4 +548,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/consul/values.yaml b/bitnami/consul/values.yaml index 5b47adc091..dcd5253d39 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/consul - tag: 1.17.2-debian-11-r0 + tag: 1.17.2-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -713,7 +713,7 @@ metrics: image: registry: docker.io repository: bitnami/consul-exporter - tag: 0.11.0-debian-11-r2 + tag: 0.11.0-debian-11-r4 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.