Skip to content

Commit 6eb8e37

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

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: 1.1.2
13+
version: 1.1.3

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: 1.1.2
13+
version: 1.1.3

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: 1.1.2
13+
version: 1.1.3

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.1.2
4+
version: 1.1.3
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.1.2"
13+
cozystack_chart_version: "1.1.3"
1414

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

0 commit comments

Comments
 (0)