Skip to content

Commit

Permalink
Merge pull request #773 from flatcar/kai/helm
Browse files Browse the repository at this point in the history
charts: Update Helm chart to work with new container image
  • Loading branch information
dongsupark committed Apr 26, 2024
2 parents 12c3ba9 + 0d5872a commit 68376c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/nebraska/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sources:
maintainers:
- name: kinvolk
url: https://kinvolk.io/
version: 1.1.0
appVersion: "2.8.6"
version: 1.2.0
appVersion: "2.9.0"

dependencies:
- name: postgresql
Expand Down
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
8 changes: 4 additions & 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,9 @@ fullnameOverride: ""

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

syncer:
Expand Down

0 comments on commit 68376c9

Please sign in to comment.