From a1ac813b34d85c808ef9f3a63740f0afc18c8c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:24:00 +0000 Subject: [PATCH 1/2] chore(deps): bump amazon/aws-cli from 2.35.2 to 2.35.3 Bumps amazon/aws-cli from 2.35.2 to 2.35.3. --- updated-dependencies: - dependency-name: amazon/aws-cli dependency-version: 2.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- local-floci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } From ee8ab676b3be1d3c42ff480bc4f395c6d785748c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Str=C3=BCbe?= Date: Fri, 12 Jun 2026 12:57:09 +0200 Subject: [PATCH 2/2] fix: engine and metadata version --- helm/Chart.yaml | 2 +- helm/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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)