Skip to content

Commit 3f74bd9

Browse files
authored
Upgrade to Ubuntu 24, fix Chart.yaml (#18)
1 parent 90d3565 commit 3f74bd9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-push-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
jobs:
2020
build:
2121
name: Build and Push Helm Chart
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- name: Checkout repository

.github/workflows/build-push-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
build-and-push:
1919
name: Build and Push Docker Image
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- name: Checkout repository

.github/workflows/test-helm-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
test:
2525
name: Test Helm Chart on Azure Kubernetes Service
26-
runs-on: ubuntu-22.04
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- name: Checkout repository

.github/workflows/test-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: Build Docker Image
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- name: Checkout repository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: cert-manager-key-vault-sync
2+
name: cert-manager-key-vault-sync-chart
33
description: A Helm chart for the cert-manager-key-vault-sync application.
44
version: v1.2.1
55
appVersion: v1.2.0

0 commit comments

Comments
 (0)