Skip to content

Commit

Permalink
Merge pull request #26 from darkwizard242/feature/bump-flux-to-2.1.2
Browse files Browse the repository at this point in the history
bump flux to 2.1.2
  • Loading branch information
darkwizard242 committed Oct 12, 2023
2 parents fdaa4f8 + eb64844 commit 677ec83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
flux_app: flux
flux_version: 2.1.1
flux_version: 2.1.2
flux_os: linux
flux_arch: amd64
flux_dl_url: https://github.com/fluxcd/flux2/releases/download/v{{ flux_version }}/{{ flux_app }}_{{ flux_version }}_{{ flux_os }}_{{ flux_arch }}.tar.gz
Expand All @@ -31,7 +31,7 @@ flux_file_permission_mode: '0755'
Variable | Description
------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------
flux_app | Defines the app to install i.e. **flux**
flux_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.1.1**
flux_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.1.2**
flux_os | Defines os type. Defaults to: **linux**
flux_arch | Defines os architecture. Defaults to: **amd64**
flux_dl_url | Defines URL to download the flux binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for flux

flux_app: flux
flux_version: 2.1.1
flux_version: 2.1.2
flux_os: linux
flux_arch: amd64
flux_dl_url: https://github.com/fluxcd/flux2/releases/download/v{{ flux_version }}/{{ flux_app }}_{{ flux_version }}_{{ flux_os }}_{{ flux_arch }}.tar.gz
Expand Down

0 comments on commit 677ec83

Please sign in to comment.