Skip to content

Commit

Permalink
dev 0.2 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh authored Nov 4, 2024
1 parent 9cd1ab4 commit 08fd4a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion products/helm-guestbook-dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 0.1.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.
appVersion: "1.0.1"
appVersion: "1.0.2"
2 changes: 1 addition & 1 deletion products/helm-guestbook-dev/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{/* vim: set filetype=mustache: */}}
{{/*
Expand the name of the chart.
Expand the name of the chart.sdsdsds
*/}}
{{- define "helm-guestbook.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
Expand Down
4 changes: 2 additions & 2 deletions products/helm-guestbook-dev/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Default values for helm-guestbook.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.dsds --- dsssss
# Declare variables to be passed into your templates.dsds --- ssdsdcccc

replicaCount: 1

image:
repository: xeonalex/guesbook
tag: 0.1
tag: 0.2
pullPolicy: IfNotPresent
img: {}
img2: {
Expand Down
4 changes: 2 additions & 2 deletions products/helm-guestbook-dev/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
appVersionInline: 1.0.1-in
appVersionRef: 1.0.1-ref
appVersionInline: 1.0.2-in
appVersionRef: 1.0.2-ref

0 comments on commit 08fd4a3

Please sign in to comment.