diff --git a/helm/Chart.yaml b/helm/Chart.yaml index de3735e..96205b0 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -8,4 +8,4 @@ home: "https://github.com/firebolt-db/firebolt-instance-helm" sources: ["https://github.com/firebolt-db/firebolt-instance-helm"] version: 0.1.0 # Bumped by upstream image-release automation. -appVersion: "0.1.0" +appVersion: "release-4.32.0-pre.0.20260609145613.22a1ea4abadb" diff --git a/helm/README.md b/helm/README.md index 6f25225..e8108c4 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,6 +1,6 @@ # firebolt-instance -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: release-4.32.0-pre.0.20260609145613.22a1ea4abadb](https://img.shields.io/badge/AppVersion-release--4.32.0--pre.0.20260609145613.22a1ea4abadb-informational?style=flat-square) Firebolt Instance on Kubernetes — Envoy gateway, metadata, auth, and engines @@ -160,3 +160,5 @@ Firebolt Instance on Kubernetes — Envoy gateway, metadata, auth, and engines | postgresql.username | string | `"firebolt"` | Database username. | | utilitiesImage | string | `"debian:stable-slim@sha256:5012d0517aa0075a7150a45aae67586641e898913b7af3b08228108565b5f90c"` | Image used for utility init/sidecar containers (e.g. the memlock-setup sidecar). Pinned to an immutable digest so a registry-side tag override cannot silently change what runs in production. Bump the digest together with the tag when upgrading. | +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/local-floci.yaml b/local-floci.yaml index ee30d74..a9e2902 100644 --- a/local-floci.yaml +++ b/local-floci.yaml @@ -88,7 +88,7 @@ spec: restartPolicy: Never containers: - name: aws - image: amazon/aws-cli:2.35.2 + image: amazon/aws-cli:2.35.3 env: - { name: AWS_ACCESS_KEY_ID, value: mock } - { name: AWS_SECRET_ACCESS_KEY, value: mock }