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

Chart: Improve CI. #12029

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7bf08b1
CI: Rename `helm` to `chart`.
Gacko Sep 26, 2024
7f52262
CI: Rework conditions.
Gacko Sep 26, 2024
4b953a6
CI: Rework Python.
Gacko Jun 14, 2024
f774327
CI: Rework Helm.
Gacko Sep 25, 2024
5184b14
CI: Rework chart linting.
Gacko Feb 4, 2024
c081ccd
CI: Rework docs generation.
Gacko Jan 29, 2024
cef2c94
CI: Rework unit testing.
Gacko Feb 4, 2024
3139216
CI: Rework Git.
Gacko Sep 26, 2024
558f0c0
CI: Rework code checkout.
Gacko Sep 25, 2024
b8412a8
CI: Rework chart release.
Gacko Sep 25, 2024
c513921
CI: Rework cache loading.
Gacko Feb 4, 2024
7dfedd2
CI: Rework cluster creation.
Gacko Sep 25, 2024
8e9684f
CI: Rework Cert Manager.
Gacko Jan 29, 2024
aaf698e
CI: Rework chart testing.
Gacko Jan 29, 2024
6c07644
Chart: Rework Controller Deployment/DaemonSet values.
Gacko Sep 27, 2024
eba778d
Chart: Rework Controller Deployment/DaemonSet Pod Annotations values.
Gacko Sep 27, 2024
b9d03a6
Chart: Rework Controller Deployment/DaemonSet Metrics values.
Gacko Sep 27, 2024
cc9f25b
Chart: Rework Controller Deployment/DaemonSet OpenTelemetry values.
Gacko Sep 27, 2024
fbe28b0
Chart: Rework Controller Deployment/DaemonSet Extra Modules values.
Gacko Sep 27, 2024
75e6443
Chart: Rework Controller ConfigMap values.
Gacko Sep 27, 2024
d507f4f
Chart: Rework Controller ConfigMap Add/Proxy Headers values.
Gacko Sep 27, 2024
4cd9e01
Chart: Rework Controller IngressClass values.
Gacko Sep 27, 2024
977269c
Chart: Rework Controller HPA values.
Gacko Sep 27, 2024
304de0f
Chart: Rework Controller Service values.
Gacko Sep 27, 2024
63a40a2
Chart: Rework Controller Service Internal values.
Gacko Sep 27, 2024
387f904
Chart: Rework Admission Webhooks Cert Manager values.
Gacko Sep 27, 2024
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
Prev Previous commit
Next Next commit
CI: Rework code checkout.
  • Loading branch information
Gacko authored and k8s-infra-cherrypick-robot committed Sep 28, 2024
commit 558f0c08cc402e08adee49c3869383f598408eae
4 changes: 1 addition & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"

- name: Checkout master
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
fetch-depth: 0
ref: ${{ github.ref_name }}

- name: Lint chart
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Set up Helm Unit Test
run: helm plugin install https://github.com/helm-unittest/helm-unittest

- name: Checkout
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
k8s: [v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0]

steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: cache
Expand Down