Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
cozystack.installer Release Notes
============================

v1.1.2
======

Synced with Cozystack v1.1.2.

- Bump ``cozystack_chart_version`` to ``1.1.2``

v1.0.2
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Runs on `server[0]` only.
| Variable | Default | Description |
| --- | --- | --- |
| `cozystack_chart_ref` | `oci://ghcr.io/cozystack/cozystack/cozy-installer` | Helm chart OCI reference |
| `cozystack_chart_version` | `1.0.2` | Helm chart version |
| `cozystack_chart_version` | `1.1.2` | Helm chart version |
| `cozystack_release_name` | `cozy-installer` | Helm release name |
| `cozystack_namespace` | `cozy-system` | Namespace for operator and resources |
| `cozystack_release_namespace` | `kube-system` | Namespace for Helm release secret |
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cozystack
name: installer
version: 1.0.2
version: 1.1.2
readme: README.md
authors:
- Aleksei Sviridkin <f@lex.la>
Expand Down
2 changes: 1 addition & 1 deletion roles/cozystack/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
cozystack_chart_ref: "oci://ghcr.io/cozystack/cozystack/cozy-installer"

# Helm chart version (synced with Cozystack release)
cozystack_chart_version: "1.0.2"
cozystack_chart_version: "1.1.2"

# Helm release name
cozystack_release_name: "cozy-installer"
Expand Down
Loading