Skip to content
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
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 3 additions & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion local-floci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down