Skip to content

Commit

Permalink
Update default app version in the chart to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichelos committed Sep 12, 2024
1 parent e3b8e0c commit abba70b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

.PHONY: all
all: build
all: lint-fix build test

##@ General

Expand Down
4 changes: 2 additions & 2 deletions charts/ira-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.0.1"
appVersion: "1.1.0"
description: A Helm chart for the ira-controller
name: ira-controller
type: application
version: 1.1.2
version: 1.2.0

0 comments on commit abba70b

Please sign in to comment.