Skip to content

Commit

Permalink
Merge pull request #42 from slashr/staging
Browse files Browse the repository at this point in the history
Upgrade versions
  • Loading branch information
slashr authored Apr 11, 2024
2 parents df49d5a + 1cd26e6 commit 5d0a9c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
steps:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3.0.0
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Terraform Format
id: fmt
Expand All @@ -40,12 +40,12 @@ jobs:
working-directory: ./oracle
steps:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3.0.0
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Terraform Format
id: fmt
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

steps:
- name: Check out the codebase.
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -135,12 +135,12 @@ jobs:
working-directory: ./kubernetes
steps:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2.0.3
uses: hashicorp/setup-terraform@v3.0.0
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Terraform Format
id: fmt
Expand Down
4 changes: 2 additions & 2 deletions ansible/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- name: Installing k3s
ansible.builtin.command: /tmp/k3s.sh
environment:
INSTALL_K3S_VERSION: "v1.28.2+k3s1"
INSTALL_K3S_VERSION: "v1.29.3+k3s1"
changed_when: false
- name: Sleep for 10 seconds
ansible.builtin.wait_for:
Expand Down Expand Up @@ -70,7 +70,7 @@
environment:
K3S_TOKEN: "{{ hostvars['michael-pi']['agent_token_fact'] }}"
K3S_URL: "https://130.61.64.164:6443"
INSTALL_K3S_VERSION: "v1.28.2+k3s1"
INSTALL_K3S_VERSION: "v1.29.3+k3s1"
changed_when: false
- name: Sleep for 10 seconds
ansible.builtin.wait_for:
Expand Down

0 comments on commit 5d0a9c7

Please sign in to comment.