Skip to content

Commit 7fce59e

Browse files
Update Helm release gitea to v6.0.5 (#1147)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea](https://gitea.com/gitea/helm-chart) | patch | `6.0.3` -> `6.0.5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <me@racer159.com> Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
1 parent 2594ea1 commit 7fce59e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/gitea/zarf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ components:
3131
- name: git-server
3232
description: "Add Gitea for serving gitops-based clusters in an airgap"
3333
images:
34-
- gitea/gitea:1.17.3
34+
- gitea/gitea:1.17.4
3535
manifests:
3636
- name: git-connect
3737
namespace: zarf
@@ -41,7 +41,7 @@ components:
4141
- name: gitea
4242
releaseName: zarf-gitea
4343
url: https://dl.gitea.io/charts
44-
version: 6.0.3
44+
version: 6.0.5
4545
namespace: zarf
4646
valuesFiles:
4747
- gitea-values.yaml

src/test/e2e/06_create_sbom_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ func TestCreateSBOM(t *testing.T) {
5050
_, err = os.ReadFile(filepath.Join(sbomPath, "dos-games", "sbom-viewer-defenseunicorns_zarf-game_multi-tile-dark.html"))
5151
require.NoError(t, err)
5252
// Test that the init package generates the SBOMs we expect (images + component files)
53-
_, err = os.ReadFile(filepath.Join(sbomPath, "init", "sbom-viewer-gitea_gitea_1.17.3.html"))
53+
_, err = os.ReadFile(filepath.Join(sbomPath, "init", "sbom-viewer-gitea_gitea_1.17.4.html"))
5454
require.NoError(t, err)
55-
_, err = os.ReadFile(filepath.Join(sbomPath, "init", "gitea_gitea_1.17.3.json"))
55+
_, err = os.ReadFile(filepath.Join(sbomPath, "init", "gitea_gitea_1.17.4.json"))
5656
require.NoError(t, err)
5757
_, err = os.ReadFile(filepath.Join(sbomPath, "init", "sbom-viewer-zarf-component-k3s.html"))
5858
require.NoError(t, err)

0 commit comments

Comments
 (0)