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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ A collection of Helm charts primarily used for **Lifecycle** application deploym
| [keycloak-operator](./charts/keycloak-operator) | `0.1.0` | `26.4.7` | Helm chart for Keycloak operator based on the [official manifests](https://www.keycloak.org/operator/installation#_installing_by_using_kubectl_without_operator_lifecycle_manager) |
| [lifecycle](./charts/lifecycle) | `0.9.4` | `0.1.14` | A Helm umbrella chart for full Lifecycle stack |
| [lifecycle-keycloak](./charts/lifecycle-keycloak) | `0.7.2` | `0.0.0` | Keycloak instance for Lifecycle stack with automated Operator-driven setup and imports |
| [lifecycle-ui](./charts/lifecycle-ui) | `0.3.1` | `0.1.3` | A Helm chart for Lifecycle UI (Next.js) |
| [lifecycle-ui](./charts/lifecycle-ui) | `0.3.2` | `0.1.4` | A Helm chart for Lifecycle UI (Next.js) |
4 changes: 2 additions & 2 deletions charts/lifecycle-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ apiVersion: v2
name: lifecycle-ui
description: A Helm chart for Lifecycle UI (Next.js)
type: application
version: 0.3.1
appVersion: 0.1.3
version: 0.3.2
appVersion: 0.1.4
home: https://goodrxoss.github.io/helm-charts/charts/lifecycle-ui/
6 changes: 3 additions & 3 deletions charts/lifecycle-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lifecycle-ui

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.4](https://img.shields.io/badge/AppVersion-0.1.4-informational?style=flat-square)

A Helm chart for Lifecycle UI (Next.js)

Expand Down Expand Up @@ -41,7 +41,7 @@ config:
```bash
helm upgrade -i lifecycle-ui \
oci://ghcr.io/goodrxoss/helm-charts/lifecycle-ui \
--version 0.3.1 \
--version 0.3.2 \
-f values.yaml \
-n lifecycle-ui \
--create-namespace
Expand Down Expand Up @@ -152,7 +152,7 @@ deployment:
| hpa.minReplicas | int | `1` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"lifecycleoss/lifecycle-ui"` | |
| image.tag | string | `"latest"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `"nginx"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/lifecycle-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:

image:
repository: lifecycleoss/lifecycle-ui
tag: latest
tag: ""
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
Loading