From 7547b4632f8686cc6f402708a19215279c1a0ae3 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Wed, 29 Mar 2023 23:32:30 -0500 Subject: [PATCH] :pushpin: (ascii-telnet): Pin ghcr.io/gabe565/ascii-telnet-go to v1.1.0 --- charts/ascii-telnet/Chart.yaml | 8 +++----- charts/ascii-telnet/README.md | 8 ++++---- charts/ascii-telnet/values.yaml | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/ascii-telnet/Chart.yaml b/charts/ascii-telnet/Chart.yaml index 0fedfa255..8cfdadb37 100644 --- a/charts/ascii-telnet/Chart.yaml +++ b/charts/ascii-telnet/Chart.yaml @@ -4,9 +4,9 @@ description: Star Wars telnet server home: https://charts.gabe565.com/charts/ascii-telnet icon: https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg type: application -version: 0.3.5 +version: 0.4.0 # renovate datasource=docker depName=ghcr.io/gabe565/ascii-telnet-go -appVersion: latest +appVersion: 1.1.0 kubeVersion: ">=1.22.0-0" keywords: - ascii-art @@ -21,10 +21,8 @@ sources: - https://github.com/gabe565/ascii-telnet-rust annotations: artifacthub.io/changes: |- - - kind: added - description: Add Artifact Hub links annotation - kind: changed - description: Update issue link + description: Pin ghcr.io/gabe565/ascii-telnet-go to v1.1.0 artifacthub.io/links: |- - name: App Source url: https://github.com/gabe565/ascii-telnet-go diff --git a/charts/ascii-telnet/README.md b/charts/ascii-telnet/README.md index 56926423f..f829407f5 100644 --- a/charts/ascii-telnet/README.md +++ b/charts/ascii-telnet/README.md @@ -2,16 +2,16 @@ ascii-telnet logo -![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.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) +![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat) Star Wars telnet server **Homepage:** **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=ascii-telnet&version=0.3.5)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-telnet&version=0.4.0)** ## Source Code @@ -86,7 +86,7 @@ N/A | controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"ghcr.io/gabe565/ascii-telnet-go"` | image repository. Defaults to Go implementation at [`ghcr.io/gabe565/ascii-telnet-go`](https://ghcr.io/gabe565/ascii-telnet-go), but can also be set to [`ghcr.io/gabe565/ascii-telnet-rust`](https://ghcr.io/gabe565/ascii-telnet-rust). | -| image.tag | string | `"latest"` | image tag | +| image.tag | string | `"1.1.0"` | image tag | | service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | --- diff --git a/charts/ascii-telnet/values.yaml b/charts/ascii-telnet/values.yaml index 85b7bc66a..3307a4946 100644 --- a/charts/ascii-telnet/values.yaml +++ b/charts/ascii-telnet/values.yaml @@ -13,7 +13,7 @@ image: # -- image pull policy pullPolicy: Always # -- image tag - tag: latest + tag: 1.1.0 controller: # -- Set the controller upgrade strategy