Skip to content

Commit

Permalink
charts: Update Helm chart to work with new container image
Browse files Browse the repository at this point in the history
The newly published container image does not include the Kinvolk
branding but uses the vanilla Nebraska branding. Therefore, the Helm
chart defaults need to be changed and we need to make a new Helm chart
release.
  • Loading branch information
pothos committed Apr 25, 2024
1 parent 12c3ba9 commit de67bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/nebraska/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ helm install my-nebraska nebraska/nebraska
|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|
| `replicaCount` | Number of desired pods | `1` |
| `image.registry` | Container image registry | `ghcr.io` |
| `image.repository` | Container image name | `kinvolk/nebraska` |
| `image.repository` | Container image name | `flatcar/nebraska` |
| `image.tag` | Container image tag | `""` (use appVersion in `Chart.yaml`) |
| `image.pullPolicy` | Image pull policy. One of `Always`, `Never`, `IfNotPresent` | `IfNotPresent` |
| `image.pullSecrets` | An optional list of references to secrets in the same namespace to use for pulling any of the images used | `[]` |
Expand Down Expand Up @@ -60,9 +60,9 @@ $ helm install my-nebraska nebraska/nebraska

| Parameter | Description | Default |
|-------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
| `config.app.logoPath` | Client app logo, should be a path to svg file | `/nebraska/assets/kinvolk-logo.svg` |
| `config.app.title` | Client app title | `Kinvolk Update Service` |
| `config.app.headerStyle` | Client app header style, should be either `dark` or `light` | `dark` |
| `config.app.logoPath` | Client app logo, should be a path to svg file | `""` |
| `config.app.title` | Client app title | `"" ` |
| `config.app.headerStyle` | Client app header style, should be either `dark` or `light` | `""` |
| `config.app.httpStaticDir` | Path to frontend static files | `/nebraska/static` |
| `config.syncer.enabled` | Enable Flatcar packages syncer | `true` |
| `config.syncer.interval` | Sync check interval (the minimum depends on the number of channels to sync, e.g., `8m` for 8 channels incl. different architectures) | `nil` (uses app defaults of `1h`) |
Expand Down
5 changes: 1 addition & 4 deletions charts/nebraska/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ revisionHistoryLimit: 5

image:
registry: ghcr.io
repository: kinvolk/nebraska
repository: flatcar/nebraska
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: IfNotPresent
Expand All @@ -19,9 +19,6 @@ fullnameOverride: ""

config:
app:
logoPath: /nebraska/assets/kinvolk-logo.svg
title: Kinvolk Update Service
headerStyle: dark
httpStaticDir: /nebraska/static

syncer:
Expand Down

0 comments on commit de67bc7

Please sign in to comment.