c04b2af72b
Fix typo in sync_config action workflow
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-02-14 14:34:44 +01:00
c57aa3344d
Merge pull request 'Add project config to git' ( #72 ) from nbelouin/Factory:add_config into main
...
Reviewed-on: suse-edge/Factory#72
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
Reviewed-by: Steven Hardy <steven.hardy@noreply.src.opensuse.org >
2025-02-14 14:31:37 +01:00
c86d724e92
Add project config to git
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-02-14 14:31:09 +01:00
9d97e8a56d
metal3-chart: Update to 0.9.2
...
Align with https://github.com/suse-edge/charts/pull/182
2025-02-12 09:12:49 +00:00
b912f9d68a
ironic-image: update to 26.1.2.2
...
Align with:
https://build.opensuse.org/package/rdiff/isv:SUSE:Edge:Metal3:Ironic:2024.2/ironic-image?linkrev=base&rev=10
https://github.com/suse-edge/charts/pull/182
Fixes a pod restart caused by the runlogwatch.sh script
2025-02-12 09:06:45 +00:00
45443d5b5f
ironic-ipa-downloader-image: remove unused _service entry
...
This is hard-coded to x86_64 so won't work for ARM, aligns with:
https://build.opensuse.org/package/rdiff/isv:SUSE:Edge:Metal3:Ironic:2024.2/ironic-ipa-downloader-image?linkrev=base&rev=6
2025-02-07 11:25:21 +00:00
ac32110ac1
ironic-ipa-ramdisk: migrate tarball to git-lfs
2025-02-06 16:38:13 +00:00
5d20bc38e3
metal3-chart: update to 0.9.1
...
Align with https://github.com/suse-edge/charts/pull/173 which
added some fixes to enable deployment on aarch64
2025-02-06 16:36:07 +00:00
e085a97d98
ironic-ipa-downloader-image: update to 3.0.1
...
Update to the latest version from
https://build.opensuse.org/package/show/isv:SUSE:Edge:Metal3:Ironic:2024.2/ironic-ipa-downloader-image
2025-02-06 16:36:04 +00:00
58c8be887a
ironic-ipa-ramdisk: update to 3.0.1
...
Update to the latest version from
https://build.opensuse.org/package/show/isv:SUSE:Edge:Metal3:Ironic:2024.2/ironic-ipa-ramdisk
2025-02-06 16:35:57 +00:00
0d59ad920e
ironic-image: update to 26.1.2.1
...
Align with latest 26.1.2.1 version from
https://build.opensuse.org/package/show/isv:SUSE:Edge:Metal3:Ironic:2024.2/ironic-image
2025-02-05 15:58:26 +00:00
74133c22f6
Fix service file for frr-k8s-image
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-01-17 09:44:56 +01:00
e85da96001
Merge pull request 'Import missing package: frr-k8s-image' ( #67 ) from nbelouin/Factory:import-frr-k8s-image into main
...
Reviewed-on: suse-edge/Factory#67
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
2025-01-17 09:31:28 +01:00
dab7f36e0b
Add package to workflow
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-01-17 09:31:10 +01:00
5490ffcde2
Import missing package: frr-k8s-image
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-01-17 09:24:32 +01:00
04b9c07dd5
Merge pull request 'Add an additional tag without the _up suffix to please Rancher for dashboard extensions' ( #65 ) from nbelouin/Factory:add-no-up-tag-extensions into main
...
Reviewed-on: suse-edge/Factory#65
Reviewed-by: Jiří Tomášek <jtomasek@noreply.src.opensuse.org >
2025-01-16 15:47:33 +01:00
25de5df782
Add an additional tag without the _up suffix to please Rancher for dashboard extensions
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2025-01-16 15:35:46 +01:00
3f9b8c9e22
Merge pull request 'Use manifest_repo var to allow for release manifest in separate repo' ( #57 ) from nbelouin/Factory:manifest-repo-var into main
...
Reviewed-on: suse-edge/Factory#57
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
2024-12-23 12:11:01 +01:00
2a993e342e
Use manifest_repo var to allow for release manifest in separate repo
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2024-12-23 11:33:04 +01:00
cab6fe1bcb
release-manifest: Update to Rancher prime 2.10.1
...
2.10.1 was released so update to the prime version
2024-12-20 09:28:38 +00:00
fde506f9ef
Release manifest updates in relation to corner case use-cases ( #60 )
...
Changes:
- Rancher version convention was changed from `v2.10.0` to `2.10.0` to better map to the actual version in the upstream helm chart repo which is without the `v` prefix.
- Rancher's `postDelete` hook has been disabled - done to ensure that we will not hit a corner case where:
1. The Rancher helm chart upgrade fails, because of a core component not yet being ready
2. The `helm-controller` schedules a `helm uninstall` which deletes the Rancher Helm release and triggers the `postDelete` hook.
3. The problematic core component is up and running, so `helm-controller` schedules a `helm install` with the new version.
4. Due to insufficient resources, or network connection (or other unforeseen problems), the `postDelete` hook is still running and it wrongly removes the new Rancher installation resulting in a missing rancher from the cluster after an upgrade.
The `postDelete` hook ensures that no accidental delete of the Rancher application will happen during an upgrade over a machine with fewer resources.
Reviewed-on: suse-edge/Factory#60
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
Reviewed-by: Atanas Dinov <atanasdinov@noreply.src.opensuse.org >
Co-authored-by: Ivo Petrov <ivo.petrov@suse.com >
Co-committed-by: Ivo Petrov <ivo.petrov@suse.com >
2024-12-19 12:27:23 +01:00
f49e6be155
Bump K8s version in the release manifest ( #58 )
...
- Bumps both RKE2 and K3s versions to the `1.31.3` version that is expected by Rancher `v2.10.1`.
- Bumps the K8s core component versions to the `1.31.3` expected versions.
RKE2 core component versions have been checked against the `Chart Versions` table of the said [release](https://github.com/rancher/rke2/releases/tag/v1.31.3%2Brke2r1 ).
K3s core component versions have been checked agains the [manifests](https://github.com/k3s-io/k3s/tree/v1.31.3%2Bk3s1/manifests ) directory of said release.
Reviewed-on: suse-edge/Factory#58
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
Co-authored-by: Ivo Petrov <ivo.petrov@suse.com >
Co-committed-by: Ivo Petrov <ivo.petrov@suse.com >
2024-12-17 09:06:03 +01:00
e820e98a2f
Add missing Elemental dashboard chart ( #55 )
...
Reviewed-on: suse-edge/Factory#55
Reviewed-by: Atanas Dinov <atanasdinov@noreply.src.opensuse.org >
Co-authored-by: Ivo Petrov <ivo.petrov@suse.com >
Co-committed-by: Ivo Petrov <ivo.petrov@suse.com >
2024-12-12 11:20:22 +01:00
8c31073506
Merge pull request 'Bump upgrade-controller to v0.1.1' ( #53 ) from upgrade-controller-v0.1.1 into main
...
Reviewed-on: suse-edge/Factory#53
Reviewed-by: Ivo Petrov <ipetrov117@noreply.src.opensuse.org >
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
2024-12-11 18:35:11 +01:00
4bba5fd3f2
Bump chart version
2024-12-11 18:35:11 +01:00
383705e9a3
Bump container image version
2024-12-11 18:35:11 +01:00
a752a25191
Bump RPM version
2024-12-11 18:35:11 +01:00
83fec09683
Introduce K8s distribution core component list ( #52 )
...
Introduces the K8s distribution core component list that the upgrade-controller will follow in order to make sure that a specific Kubernetes upgrade has completed successfully.
Relates to the [#116 ](https://github.com/suse-edge/upgrade-controller/pull/116 ) upgrade-controller PR.
Reviewed-on: suse-edge/Factory#52
Reviewed-by: Atanas Dinov <atanasdinov@noreply.src.opensuse.org >
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
Co-authored-by: Ivo Petrov <ivo.petrov@suse.com >
Co-committed-by: Ivo Petrov <ivo.petrov@suse.com >
2024-12-11 15:45:28 +01:00
32519595dc
IPA ramdisk git LFS fix
...
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com >
2024-12-10 14:01:55 +01:00
87c7e1be88
Update akri-dashboard-extension-chart to v1.2.1
2024-12-06 09:47:40 +01:00
568d5d1590
Update kubevirt-dashboard-extension-chart to v1.2.1
2024-12-06 09:30:28 +01:00
fbd596290a
release-manifest: Update rancher-turtles chart
...
Fix the rancher-turtles-chart version to align with #44
2024-12-05 17:35:46 +00:00
ec6c4745ea
Remove CAPM3/IPAM images
...
These are now provided by the rancher registry since #44
2024-12-05 13:11:00 +00:00
856ec2ac8e
rancher-turtles-airgap-resources-chart: Update to 0.14.1 upstream release
...
Aligns with https://github.com/suse-edge/charts/pull/174 which
rebases to 0.14.1, which is marked as compatible with Rancher 2.10
2024-12-05 11:35:05 +00:00
7721c66ab0
rancher-turtles-chart: Update to 0.14.1 upstream release
...
Aligns with https://github.com/suse-edge/charts/pull/174 which
rebases to 0.14.1, which is marked as compatible with Rancher 2.10
2024-12-05 11:31:40 +00:00
cf6abb24fb
Merge pull request 'fixed versions in eib artifacts' ( #42 ) from dprodanov/Factory:fix-eib-versions into main
...
Reviewed-on: suse-edge/Factory#42
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
2024-12-04 16:00:26 +01:00
602249c98d
fixed versions in eib artifacts
2024-12-04 16:02:41 +02:00
8a93aae7c5
kiwi-builder-image: Align with OBS latest version
...
Aligns with the latest fixes in isv:SUSE:Edge:KiwiBuilder/kiwi-builder-10
2024-12-02 18:19:04 +00:00
aba448b275
Merge pull request 'updated longhorn and neuvector to latest 105 charts' ( #38 ) from dprodanov/Factory:update-release-manifests into main
...
Reviewed-on: suse-edge/Factory#38
Reviewed-by: Ivo Petrov <ipetrov117@noreply.src.opensuse.org >
2024-11-28 16:05:04 +01:00
09954e5818
updated longhorn and neuvector to latest 105 charts
2024-11-28 16:57:54 +02:00
636493adba
rancher-turtles: Fix issue in 0.4.0 chart
...
The previous import was based on a pre-merge copy of the following PR
- an issue was discovered during SV validation which required an
additional change to ensure CRDs are created before creating the
ClusterctlConfig CR
https://github.com/suse-edge/charts/pull/166
2024-11-27 08:23:32 +00:00
f5cc155d16
Fix kubevirt chart build tags
2024-11-22 10:54:32 +01:00
a5633fd239
Remove the suffix from kubectl package name
2024-11-22 10:52:54 +01:00
d719b5b6e5
rancher-turtles: image/version fixes
...
After further testing I discovered that the cluster-api-controller is
not correctly pinned or using the downstream image, and a similar
problem exists for CAPM3 (but only after upgrade from an older chart)
due to a mistake in the templating.
2024-11-22 10:52:15 +01:00
dda8040420
Add missing kubectl image ( #32 )
...
Reviewed-on: suse-edge/Factory#32
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
Co-authored-by: Ivo Petrov <ivo.petrov@suse.com >
Co-committed-by: Ivo Petrov <ivo.petrov@suse.com >
2024-11-22 10:16:53 +01:00
dc44cb42bf
Fix service param definitions ( #30 )
...
Reviewed-on: suse-edge/Factory#30
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
Co-authored-by: Atanas Dinov <atanas.dinov@suse.com >
Co-committed-by: Atanas Dinov <atanas.dinov@suse.com >
2024-11-21 17:26:05 +01:00
ee82509ce9
Merge pull request 'add frr image' ( #29 ) from import-frr into main
...
Reviewed-on: suse-edge/Factory#29
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
2024-11-21 16:48:00 +01:00
bfd031153d
run sync package
2024-11-20 19:31:00 +02:00
a8bd38569b
add frr image
2024-11-20 16:16:11 +02:00
cfe2e92d13
Merge pull request 'Bump release manifest to 3.2.0' ( #27 ) from release-manifest-3.2.0-prep into main
...
Reviewed-on: suse-edge/Factory#27
Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org >
Reviewed-by: Denislav Prodanov <dprodanov@noreply.src.opensuse.org >
2024-11-20 10:47:29 +01:00