Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 227-plugins-init
Browse files Browse the repository at this point in the history
  • Loading branch information
GMartinez-Sisti committed Sep 17, 2023
2 parents b021954 + 68f8b46 commit f3bb4af
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
cp -f README.md ${{ runner.temp }}/README.md
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: gh-pages
- run: |
Expand Down
4 changes: 2 additions & 2 deletions charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
# renovate datasource=docker depName=ghcr.io/runatlantis/atlantis
appVersion: v0.24.4
appVersion: v0.25.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.15.0
version: 4.16.0
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
1 change: 1 addition & 0 deletions charts/atlantis/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
ip: {{ .ip }}
{{- end }}
{{- end }}
hostNetwork: {{ .Values.hostNetwork }}
serviceAccountName: {{ template "atlantis.serviceAccountName" . }}
shareProcessNamespace: {{ .Values.statefulSet.shareProcessNamespace }}
automountServiceAccountToken: {{ .Values.serviceAccount.mount }}
Expand Down
2 changes: 2 additions & 0 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ initConfig:
# - bbb.com
# ip: 10.0.0.2

hostNetwork: false

extraArgs: []
# extraArgs:
# - --disable-autoplan
Expand Down

0 comments on commit f3bb4af

Please sign in to comment.