Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove routing-actions chart #1659

Merged
merged 3 commits into from
Dec 19, 2023
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
8 changes: 4 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: actions/checkout@v3
go-version: 1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.50.1
version: v1.55.2

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Link checker
id: lychee
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.8.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lintcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
matrix:
version: ${{ fromJson(needs.get_paths.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get modified files in the ${{ matrix.version }} folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: ${{ matrix.version }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lintcharts2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -55,11 +55,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/releaseassets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Push Iter8 image to Docker Hub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get version
Expand All @@ -33,12 +33,12 @@ jobs:
owner=iter8
fi
echo "OWNER=$owner" >> $GITHUB_ENV
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_SECRET }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releasecharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
pwd
ls -l
- uses: rojopolis/spellcheck-github-actions@0.29.0
- uses: rojopolis/spellcheck-github-actions@0.35.0
with:
config_path: .github/spellcheck.yml
24 changes: 12 additions & 12 deletions .github/workflows/testcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -122,11 +122,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -191,11 +191,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -262,11 +262,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -345,11 +345,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down Expand Up @@ -430,11 +430,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: charts/iter8

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testkustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the kustomize/controller folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: kustomize/controller

Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get modified files in the kustomize/controller folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: kustomize/controller

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test and compute coverage
run: make coverage # includes vet and lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/versionbump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:
matrix:
version: ${{ fromJson(needs.get_paths.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get modified files in the ${{ matrix.version }} folder
id: modified-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v40
with:
files: ${{ matrix.version }}

Expand Down
26 changes: 0 additions & 26 deletions charts/routing-actions/.helmignore

This file was deleted.

22 changes: 0 additions & 22 deletions charts/routing-actions/Chart.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/routing-actions/templates/_configmap.tpl

This file was deleted.

Loading
Loading