Skip to content

Commit b799d9e

Browse files
chore(deps): update ghcr.io/cozystack/cozystack/cozy-installer docker tag to v1.3.2 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99dd57c commit b799d9e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/rhel/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ collections:
1010
- name: cozystack.installer
1111
source: https://github.com/cozystack/ansible-cozystack.git
1212
type: git
13-
version: v1.3.1
13+
version: v1.3.2

examples/suse/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ collections:
1010
- name: cozystack.installer
1111
source: https://github.com/cozystack/ansible-cozystack.git
1212
type: git
13-
version: v1.3.1
13+
version: v1.3.2

examples/ubuntu/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ collections:
1010
- name: cozystack.installer
1111
source: https://github.com/cozystack/ansible-cozystack.git
1212
type: git
13-
version: v1.3.1
13+
version: v1.3.2

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cozystack
33
name: installer
4-
version: 1.3.1
4+
version: 1.3.2
55
readme: README.md
66
authors:
77
- Aleksei Sviridkin <f@lex.la>

roles/cozystack/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
cozystack_chart_ref: "oci://ghcr.io/cozystack/cozystack/cozy-installer"
1111

1212
# Helm chart version (synced with Cozystack release)
13-
cozystack_chart_version: "1.3.1"
13+
cozystack_chart_version: "1.3.2"
1414

1515
# Helm release name
1616
cozystack_release_name: "cozy-installer"

0 commit comments

Comments
 (0)