Skip to content

Commit

Permalink
chore(transsmute)!: Update common helm release to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jan 9, 2024
1 parent 8c3645b commit d7523f7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 36 deletions.
6 changes: 3 additions & 3 deletions charts/transsmute/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
digest: sha256:3588c89621170f198d4938664d3ea4c469bd91fd78183c83cfcf63f474d348c4
generated: "2023-08-06T06:18:48.774839812Z"
version: 2.4.0
digest: sha256:dcf2f5bef73f1da784d5021045e34ff6a70ce7d4518efec6500c7d697ffdacea
generated: "2024-01-09T00:08:46.596083-06:00"
6 changes: 3 additions & 3 deletions charts/transsmute/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Transsmute builds RSS feeds for websites that don't provide them.
home: https://charts.gabe565.com/charts/transsmute/
icon: https://raw.githubusercontent.com/gabe565/transsmute/ce624f8/assets/icon.svg
type: application
version: 0.5.2
version: 1.0.0
# renovate datasource=docker depName=ghcr.io/gabe565/transsmute
appVersion: latest
kubeVersion: ">=1.22.0-0"
Expand All @@ -15,13 +15,13 @@ keywords:
dependencies:
- name: common
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
version: 2.4.0
sources:
- https://github.com/gabe565/transsmute
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Pin bjw-s common chart links to v1
description: BREAKING - Update common helm release to v2
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/transsmute
Expand Down
20 changes: 10 additions & 10 deletions charts/transsmute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/transsmute/ce624f8/assets/icon.svg" align="right" width="92" alt="transsmute logo">

![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Transsmute builds RSS feeds for websites that don't provide them.
**Homepage:** <https://charts.gabe565.com/charts/transsmute/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=transsmute&version=0.5.2)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=transsmute&version=1.0.0)**

## Source Code

Expand All @@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`

| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://bjw-s.github.io/helm-charts> | common | 2.4.0 |

## Installing the Chart

Expand Down Expand Up @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand All @@ -80,15 +80,15 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/gabe565/transsmute#configuration) |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"ghcr.io/gabe565/transsmute"` | image repository |
| image.tag | string | `"latest"` | image tag |
| controllers.main.containers.main.env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://github.com/gabe565/transsmute#configuration) |
| controllers.main.containers.main.image.pullPolicy | string | `"Always"` | image pull policy |
| controllers.main.containers.main.image.repository | string | `"ghcr.io/gabe565/transsmute"` | image repository |
| controllers.main.containers.main.image.tag | string | `"latest"` | image tag |
| controllers.main.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

Expand Down
1 change: 0 additions & 1 deletion charts/transsmute/templates/NOTES.txt

This file was deleted.

43 changes: 24 additions & 19 deletions charts/transsmute/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,32 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
#

image:
# -- image repository
repository: ghcr.io/gabe565/transsmute
# -- image pull policy
pullPolicy: Always
# -- image tag
tag: latest
controllers:
main:
containers:
main:
image:
# -- image repository
repository: ghcr.io/gabe565/transsmute
# -- image pull policy
pullPolicy: Always
# -- image tag
tag: latest

controller:
# -- Set the controller upgrade strategy
strategy: RollingUpdate
# -- environment variables. [[ref]](https://github.com/gabe565/transsmute#configuration)
# @default -- See [values.yaml](./values.yaml)
env: {}
# TRANSSMUTE_YOUTUBE_KEY: ""
# TRANSSMUTE_DOCKERHUB_USERNAME: ""
# TRANSSMUTE_DOCKERHUB_PASSWORD: ""
# TRANSSMUTE_GHCR_USERNAME: ""
# TRANSSMUTE_GHCR_PASSWORD: ""

# -- environment variables. [[ref]](https://github.com/gabe565/transsmute#configuration)
# @default -- See [values.yaml](./values.yaml)
env: {}
# TRANSSMUTE_YOUTUBE_KEY: ""
# TRANSSMUTE_DOCKERHUB_USERNAME: ""
# TRANSSMUTE_DOCKERHUB_PASSWORD: ""
# TRANSSMUTE_GHCR_USERNAME: ""
# TRANSSMUTE_GHCR_PASSWORD: ""
# -- Set the controller upgrade strategy
strategy: RollingUpdate

# -- Configures service settings for the chart.
# @default -- See [values.yaml](./values.yaml)
Expand All @@ -43,6 +46,8 @@ ingress:
# - host: chart-example.local
# paths:
# - path: /
# service:
# name: main
# tls:
# - secretName: chart-example.local-tls
# hosts:
Expand Down

0 comments on commit d7523f7

Please sign in to comment.