Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
# For example: add custom metadata, vulnerability scan results, etc.

- name: Upload SBOMs as artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: sboms
path: ./sboms/
Expand All @@ -269,7 +269,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Download SBOMs
uses: actions/download-artifact@v5
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
with:
name: sboms
path: ./sboms/
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ configMapGenerator:
images:
- name: controller
newName: ghcr.io/grafana/grafana-operator
newTag: v5.8.1
newTag: v5.8.1@sha256:34229f59e1609764196870aa2672aa1b784e88583ec445ff04e810a8333b72a7
2 changes: 1 addition & 1 deletion deploy/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ patches:
value: grafana-operator-permissions
images:
- name: ghcr.io/grafana/grafana-operator
newTag: v5.20.0
newTag: v5.20.0@sha256:050174c79c5bfce80fb96769e48026a905057202fb089b66457fa67f272d683e
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kind: Kustomization
images:
- name: ko.local/grafana/grafana-operator
newName: hashicorp/http-echo
newTag: latest
newTag: latest@sha256:fcb75f691c8b0414d670ae570240cbf95502cc18a9ba57e982ecac589760a186

patches:
- path: deployment-patch.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: ghcr.io/grafana/grafana-operator
newName: ghcr.io/grafana/grafana-operator
newTag: v5.18.0
newTag: v5.18.0@sha256:0af2faec9d6f40e0d01077b3da859f7687144c3aeab05ec07a4556ab37081fbd
11 changes: 8 additions & 3 deletions hugo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions hugo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-cli": "^10.1.0"
"autoprefixer": "10.4.21",
"postcss": "8.5.6",
"postcss-cli": "10.1.0"
}
}
Loading