Skip to content

Commit

Permalink
ready for 1.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed May 21, 2024
1 parent 6ee4998 commit 43ae73f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 1.6.4
VERSION ?= 1.6.5

# check if we are using MacOS or LINUX and use that to determine the sed command
UNAME_S := $(shell uname -s)
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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: 1.6.4
version: 1.6.5
# 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: "v1.6.4"
appVersion: "v1.6.5"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down
4 changes: 1 addition & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

image:
repository: docker.io/uffizzi/uffizzi-cluster-operator
tag: v1.6.4

tag: v1.6.5
manager:
concurrent: 5

# `flux` dependency values
flux:
helmController:
Expand Down

0 comments on commit 43ae73f

Please sign in to comment.