-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPS 5666 integrate sshd users into present users (#2)
* move chart into named chart folder and rename sc-sshd to infra-sshd for generelization * Change GHA to run on tag push and use specified tag as image-tag, * Add a kics scan on every push * change suggested namespace from service to sshd-service
- Loading branch information
1 parent
b3bda8c
commit 1ebe0fd
Showing
10 changed files
with
52 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,12 @@ | ||
name: Push Charts to helm-charts-registry manually with specified version | ||
name: Push Charts to helm-charts-registry | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
chart_version: | ||
type: string | ||
description: "Chart version" | ||
required: true | ||
image_tag: | ||
type: string | ||
description: "image tag" | ||
required: true | ||
push: | ||
tags: | ||
- "[0-9]+.[0-9]+.[0-9]+" | ||
|
||
concurrency: | ||
group: infra-sshd-chart-manual | ||
group: infra-sshd-chart | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
|
@@ -26,8 +19,5 @@ jobs: | |
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
chart_path: . | ||
chart_name: infra-sshd | ||
helm_chart_version_generation: specified | ||
image_tag_generation: specified | ||
helm_chart_version: ${{ inputs.chart_version }} | ||
image_tag: ${{ inputs.image_tag }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Scan Helm on push" | ||
|
||
on: | ||
push: | ||
|
||
concurrency: | ||
group: infra-sshd-scan-helm-${{ github.event.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
scan_helm: | ||
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected] | ||
permissions: | ||
contents: read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters