Skip to content

Commit

Permalink
⬆️ Update ghcr.io/gabe565/ascii-telnet-go Docker tag to v1.2.0 (#102)
Browse files Browse the repository at this point in the history
* ⬆️ Update ghcr.io/gabe565/ascii-telnet-go Docker tag to v1.2.0

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Apr 11, 2023
1 parent 4008a35 commit 2d243bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/ascii-telnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/ascii-telnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/ascii-telnet-go/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-telnet logo">

![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:** <https://charts.gabe565.com/charts/ascii-telnet>

**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

Expand Down Expand Up @@ -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. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-telnet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d243bc

Please sign in to comment.