Skip to content

Commit

Permalink
Handle the case of forking before the upstream has anything pushed
Browse files Browse the repository at this point in the history
to it.
  • Loading branch information
waTeim committed Sep 21, 2023
1 parent 9b60bc2 commit 5d15011
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 68 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.0"
appVersion: "1.2.0"
1 change: 1 addition & 0 deletions chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ kind: ConfigMap
metadata:
name: {{ include "gitea-assist.fullname" . }}
data:
fullname: {{ include "gitea-assist.fullname" . }}
{{- toYaml .Values.config.data | nindent 2 }}
{{- end }}
Loading

0 comments on commit 5d15011

Please sign in to comment.