Skip to content

Commit

Permalink
🗑️ (portfolio): Deprecate chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jun 25, 2023
1 parent 3bb4c74 commit ec02ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions charts/portfolio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: My personal portfolio website
home: https://charts.gabe565.com/charts/portfolio/
icon: https://raw.githubusercontent.com/gabe565/portfolio/8cf4e32d3486862dcdf03782451c147a358f32a7/frontend/src/assets/logo.svg
type: application
version: 0.9.0
version: 0.9.1
# renovate datasource=docker depName=ghcr.io/gabe565/portfolio
appVersion: latest
kubeVersion: ">=1.22.0-0"
Expand All @@ -16,10 +16,11 @@ sources:
- https://github.com/gabe565/portfolio
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.5.0
- kind: deprecated
description: Deprecate chart
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/portfolio
- name: Chart Source
url: https://github.com/gabe565/charts/tree/main/charts/portfolio
deprecated: true
4 changes: 2 additions & 2 deletions charts/portfolio/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/portfolio/8cf4e32d3486862dcdf03782451c147a358f32a7/frontend/src/assets/logo.svg" align="right" width="92" alt="portfolio logo">

![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat)
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-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 @@ My personal portfolio website
**Homepage:** <https://charts.gabe565.com/charts/portfolio/>

**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=portfolio&version=0.9.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=portfolio&version=0.9.1)**

## Source Code

Expand Down

0 comments on commit ec02ca0

Please sign in to comment.