Skip to content

Commit

Permalink
Update day2 app name
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Dec 13, 2023
1 parent ff6340c commit f9fc103
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 83 deletions.
Binary file added day2-application-0.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.0.1
version: 0.0.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion day2-application/templates/app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ .Release.Name }}
name: day2-{{ .Release.Name }}
spec:
destination:
namespace: {{ .Release.Namespace }}
Expand Down
Loading

0 comments on commit f9fc103

Please sign in to comment.