diff --git a/charts/ascii-telnet/Chart.yaml b/charts/ascii-telnet/Chart.yaml
index 8cfdadb37..df42815d6 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.4.0
+version: 0.5.0
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-telnet-go
-appVersion: 1.1.0
+appVersion: 1.2.0
kubeVersion: ">=1.22.0-0"
keywords:
- ascii-art
@@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
- description: Pin ghcr.io/gabe565/ascii-telnet-go to v1.1.0
+ description: Update ghcr.io/gabe565/ascii-telnet-go Docker tag to v1.2.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 f829407f5..90212831d 100644
--- a/charts/ascii-telnet/README.md
+++ b/charts/ascii-telnet/README.md
@@ -2,16 +2,16 @@
-![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
+![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
-![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat)
+![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.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.4.0)**
+[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-telnet&version=0.5.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 | `"1.1.0"` | image tag |
+| image.tag | string | `"1.2.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 3307a4946..2a92a60e3 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: 1.1.0
+ tag: 1.2.0
controller:
# -- Set the controller upgrade strategy