kubernetes-management
kubernetes-management copied to clipboard
Jenkins Infrastructure Kubernetes Management
While working on https://github.com/jenkins-infra/kubernetes-management/pull/4629, it appearead that the JDK tool installation versions are not tracked by `updatecli`
### What feature do you want to see added? Similar to https://github.com/jenkins-infra/docker-jenkins-weekly and using a script like https://github.com/jenkins-infra/docker-jenkins-weekly/blob/main/bin/select-target-from-modified-files.sh, I propose to run only updatecli and not Jenkinsfile_k8s if only the...
Uses bitnami helm chart as a template * Add in crontab for background tasks * secrets secrets ``` externalDatabase: host: ENC[AES256_GCM,data:NbnjIVsBhNk27YGP2yP4+o/DmCGnKhRJkbetwWUeEhjHQFe2xpIevo8RQmWS9llmSfXDd17veSSThqze2A==,iv:ku6IS6kncpBBaypIPx3fmLYhdzjdK0dYJNHuHZ9RlAo=,tag:1/asHAhxjMpOITcecP+9Wg==,type:str] port: ENC[AES256_GCM,data:49ca2eQ=,iv:6jV9yghdXk8pbaj4r49f4WFGXXkaniRNdu2cX7Iczlk=,tag:X3Sgg9ablyhUYAkEVnzzlQ==,type:int] password: ENC[AES256_GCM,data:0SaYwMSD0ZeV3YYsVdizn59bwgFoTfBB,iv:1nI9T7+ar76aUmbaWGDRRwqvRFRnfCeVyplIpQz8S4Q=,tag:UWSdOaTbiWYlsGRJT5xZSQ==,type:str] database: ENC[AES256_GCM,data:rWAolO19,iv:bOTYryTfafyukp3w1K65NUlSuVXWPzT6LrOKriiRr8E=,tag:fmr3XtBISmtXUAktAXKOqQ==,type:str] user: ENC[AES256_GCM,data:6PBLoNwz,iv:UhdLRKvhkZWfKQSxXzeGdChqUu4qFwS7iQOXQQIW2YA=,tag:gzXQEPkZbE0rcCFSBYWKMw==,type:str] matomoSalt:...
Is this safe to enable? Given weekly.ci is a show-off instance, with a public configuration, I'd assume there's nothing sensitive extended read would expose, would it?
During initial build of a cluster where the helmchart docker-registry-secrets is used, we encountered this error : ```console Error: release docker-registry-secrets failed, and has been uninstalled due to atomic being...
Requires https://github.com/jenkins-infra/ircbot/issues/104 to be implemented - [ ] Update the chatbot app's helmfile values to specify the tag image (and pull policy to ifnotpresent) - [ ] Add an updatecli...
- [ ] Update Pipeline to automatically tag/release on the main branch (like what we do with docker images) - [ ] Add the detected version as a supplemental tag...
Bump agent templates version for infra.ci.jenkins.io Bump Azure Gallery Image Version for azureVM 1 file(s) updated with "galleryImageVersion: \"1.85.0\"":
	* config/jenkins_infra.ci.jenkins.io.yaml
 1.85.0 
Release published on the 2024-08-07 15:14:54 +0000 UTC at...
### What feature do you want to see added? I'd like to use a template to define helm chart bump updatecli manifests instead of duplicating existing manifests when we're adding...