Skip to content

Commit

Permalink
Merge pull request #482 from kinvolk/update_charts
Browse files Browse the repository at this point in the history
charts: Update to container repo to ghcr.io and Nebraska 2.5.0
  • Loading branch information
yolossn authored Sep 23, 2021
2 parents 83bbb50 + 88da12b commit 4bd78a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 0.1.6
appVersion: "2.4.1"
version: 0.1.7
appVersion: "2.5.0"

dependencies:
- name: postgresql
Expand Down
6 changes: 3 additions & 3 deletions charts/nebraska/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ $ helm install my-nebraska nebraska/nebraska
| Parameter | Description | Default |
|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------|
| `replicaCount` | Number of desired pods | `1` |
| `image.registry` | Container image registry | `quay.io` |
| `image.repository` | Container image name | `flatcar/nebraska` |
| `image.registry` | Container image registry | `ghcr.io` |
| `image.repository` | Container image name | `kinvolk/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 @@ -77,7 +77,7 @@ $ helm install my-nebraska nebraska/nebraska
| `config.auth.github.webhookSecret` | GitHub webhook secret used for validing webhook messages | `nil` |
| `config.auth.github.readWriteTeams` | comma-separated list of read-write GitHub teams in the org/team format | `nil` |
| `config.auth.github.readOnlyTeams` | comma-separated list of read-only GitHub teams in the org/team format | `nil` |
| `config.auth.github.enterpriseURL` | Base URL of the enterprise instance if using GHE | `nil` |
| `config.auth.github.enterpriseURL` | Base URL of the enterprise instance if using GHE | `nil` |
| `config.auth.oidc.clientID` | OIDC client ID used for authentication | `nil` |
| `config.auth.oidc.clientSecret` | OIDC client Secret used for authentication | `nil` |
| `config.auth.oidc.issuerURL` | OIDC issuer URL used for authentication | `nil` |
Expand Down
4 changes: 2 additions & 2 deletions charts/nebraska/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
replicaCount: 1

image:
registry: quay.io
repository: flatcar/nebraska
registry: ghcr.io
repository: kinvolk/nebraska
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 4bd78a1

Please sign in to comment.