2a616761cf
	 
					 
					
						
						
							
							Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 10s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-08-03 23:07:40 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11fae5bd22 
					 
					
						
						
							
							Update Helm release app-template to v4.2.0 ( #1050 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 9s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m6s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.1.2` -> `4.2.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.2.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.2.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.1.2...app-template-4.2.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.2.0
  - [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
  - [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.2.0 )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1050 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-29 21:06:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						87b91c4c8c 
					 
					
						
						
							
							Update Helm release headlamp to v0.33.0 ( #1011 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 16s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m52s 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [headlamp](https://headlamp.dev/ ) ([source](https://github.com/kubernetes-sigs/headlamp )) | minor | `0.32.1` -> `0.33.0` |
---
### Release Notes
<details>
<summary>kubernetes-sigs/headlamp (headlamp)</summary>
### [`v0.33.0`](https://github.com/kubernetes-sigs/headlamp/releases/tag/v0.33.0 ): 0.33.0
#### ✨  Enhancements:
- Add new task bar which allows to keep otherwise transient tasks open
  - This feature allows e.g. opening several logs views and view them side by side
  - Allows keeping a terminal, logs, details view, etc. open while navigating to other clusters or views
  - Also allows long-running tasks to be kept around without blocking the navigation
- Make CRDs views more consistent with the remaining views. Thanks to [@​farodin91](https://github.com/farodin91 ) .
- Speed up load time and experience for the desktop version
- Optimize rendering and improve styling of the map
- Add global filter to tables. Thanks to [@​userAdityaa](https://github.com/userAdityaa ) .
- Add BackendTLSPolicy views. Thanks to [@​userAdityaa](https://github.com/userAdityaa ) .
- Add create button for more resources
- Add Tamil locale. Thanks to [@​fromsaurav](https://github.com/fromsaurav ) .
- Add hostIPs and podIPs to the Pod's details view
**New task bar with a terminal and logs open side by side:**
<img width="1671" height="910" alt="New task bar with a terminal and logs open side by side" src="https://github.com/user-attachments/assets/dc2eff62-d217-456b-b777-6236ee21ea4a " />
**Overview function for the new taskbar:**
<img width="1671" height="910" alt="Overview function for the new taskbar" src="https://github.com/user-attachments/assets/ab921cf9-7c88-4d85-b567-11476b8d1652 " />
#### 🐞  Bug fixes
* Do not use eval for the advanced search
* Fix spawning job from CronJob
* Display missing port for default backend
* Fix checking if the exec'ing into a pod can be done. Thanks to @​cavus700 .
* Use allowed namespaces when getting the Overview's events
* Fix key-related react warnings. Thanks to @​farodin91 .
* Fix bar chart colors in dark mode
* Fix chart tooltips in Node list view
* Move headlampConfig to a pkg in the backend. Thanks to @​upsaurav12 .
* Fix the kind field when creating a CR. Thanks to @​ChayanDass .
#### 💻  Development
* Update story for AlerNotification. Thanks to @​ANIRUDH-SJ .
* Add story for StatefulSet. Thanks to @​SinghaAnirban005
* Add tests to UI slice (redux). Thanks to @​DhairyaMajmudar .
* Make the ServiceDetails more realistic. Thanks to @​farodin91 .
* Fix misc stories/tests issues
* Add missing shx development dependency
* Replace rimraf use by shx
* Add air config, for auto reload of the backend modules. Thanks to @​ChayanDass .
* Make backend exit with a proper code if the port is in use
#### 📖  Documentation
* Revamp plugin development documentation
<!-- end-release-notes -->
**Container image:** 🐳   [ghcr.io/headlamp-k8s/headlamp:v0.33.0](https://github.com/orgs/headlamp-k8s/packages/container/package/headlamp )
**Desktop Apps:**
🐧   [Flatpak / Linux (AMD64)](https://flathub.org/apps/details/io.kinvolk.Headlamp )
🐧   Linux AppImage [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-x64.AppImage ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-arm64.AppImage ),  [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-armv7l.AppImage )
🐧  Linux Tarball [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-x64.tar.gz ), [ARM64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-arm64.tar.gz ), [ARMv7l](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-linux-armv7l.tar.gz )
🐧  Debian / Linux [AMD64](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/headlamp_0.33.0-1_amd64.deb )
:green\_apple:  [Mac (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-mac-x64.dmg )
:green\_apple: [Mac (ARM/M1)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-mac-arm64.dmg )
:blue\_square:  [Windows (AMD64)](https://github.com/kubernetes-sigs/headlamp/releases/download/v0.33.0/Headlamp-0.33.0-win-x64.exe )
</details>
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1011 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-24 18:52:37 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						592a9dddb4 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.21 ( #1010 )  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 13s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m41s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-24 12:01:40 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5646da1fc7 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.20  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 10s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m17s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-17 15:01:53 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f66809bd8
	 
					 
					
						
						
							
							Update Helm release argo-events to v2.4.16  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 13s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Successful in 10s 
				
			 
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m31s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-15 07:01:15 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fb2897d31a 
					 
					
						
						
							
							shorten retention  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 42s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m35s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-08 20:17:24 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f5406b925b 
					 
					
						
						
							
							Update Helm release headlamp to v0.32.1 ( #848 )  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Successful in 9s 
				
			 
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [headlamp](https://headlamp.dev/ ) ([source](https://github.com/kubernetes-sigs/headlamp )) | minor | `0.31.1` -> `0.32.1` |
---
### Configuration
📅  **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦  **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #848 
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net > 
						
						
					 
					
						2025-07-08 01:52:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ea88ac3607
	 
					 
					
						
						
							
							Update Helm release app-template to v4.1.2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 1m5s 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m10s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-24 15:03:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						64c4fb02b6
	 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.19  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 5s 
				
			 
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 10s 
				
			 
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-21 07:01:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						06ae5bb79e 
					 
					
						
						
							
							Update Helm release app-template to v4.1.1  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 2m1s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-12 12:03:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f83c7b518e
	 
					 
					
						
						
							
							Update Helm release app-template to v4.1.0  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have not met minimum release age requirement 
				
			 
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 1m31s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-11 15:02:13 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71891780a1
	 
					 
					
						
						
							
							Update Helm release headlamp to v0.31.1  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-test-helm / helm-lint (pull_request) Successful in 7s 
				
			 
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	lint-test-helm / helm-lint (push) Failing after 6s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 51s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-10 01:01:57 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aa44f676ef
	 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.18  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m27s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-09 17:42:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8f69712bb 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.17  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 3m11s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-08 21:29:45 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66a0e4e605
	 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.16  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 30s 
				
			 
		
			
				
	renovate / renovate (push) Successful in 1m4s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-05 18:39:41 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						428504098d 
					 
					
						
						
							
							fix list  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 2m42s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 21:58:01 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6d74a75e59 
					 
					
						
						
							
							add trivy plugin  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 21:40:46 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e647286a13 
					 
					
						
						
							
							add other namespace  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 21:05:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4603e85b53 
					 
					
						
						
							
							add plugin  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 1m8s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 19:00:08 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5f246ec269 
					 
					
						
						
							
							fix  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 2m0s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 18:54:40 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f63fd6454 
					 
					
						
						
							
							add client id  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 18:50:30 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						85e0a05648 
					 
					
						
						
							
							add validator url  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate / renovate (push) Successful in 1m38s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-06-04 18:45:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1bf0c9bb2 
					 
					
						
						
							
							add kronic  
						
						
						
						
					 
					
						2025-06-01 21:53:23 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5c852b31be
	 
					 
					
						
						
							
							Update Helm release headlamp to v0.31.0  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 30s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-30 17:55:08 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1bf8afdbdb 
					 
					
						
						
							
							change name  
						
						
						
						
					 
					
						2025-05-28 14:36:42 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						076ae7ec7a 
					 
					
						
						
							
							downgrade chart  
						
						
						
						
					 
					
						2025-05-28 14:30:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0092c46db
	 
					 
					
						
						
							
							Update ghcr.io/ferretdb/ferretdb Docker tag to v1.24.2  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 35s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-27 19:20:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3c99185d8c 
					 
					
						
						
							
							update image  
						
						
						
						
					 
					
						2025-05-24 12:43:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a9faa580e8 
					 
					
						
						
							
							update image  
						
						
						
						
					 
					
						2025-05-24 12:40:33 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fea7e281fd 
					 
					
						
						
							
							fix serername  
						
						
						
						
					 
					
						2025-05-24 12:08:28 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15bed798cc 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 03:24:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						37f47055cf 
					 
					
						
						
							
							downgrade  
						
						
						
						
					 
					
						2025-05-24 03:24:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						167773de95 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 03:17:29 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						806aec8077 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 02:16:34 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e7303314d 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 02:08:18 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						900ddfec80 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 01:43:06 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						55405e4688 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 00:55:12 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b63d0621eb 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-24 00:49:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4abab72cac 
					 
					
						
						
							
							fix labels  
						
						
						
						
					 
					
						2025-05-17 17:09:05 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d15e13de7 
					 
					
						
						
							
							change labels  
						
						
						
						
					 
					
						2025-05-16 21:03:22 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						79f73467a2 
					 
					
						
						
							
							change labels  
						
						
						
						
					 
					
						2025-05-16 21:00:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abb47d5cdb 
					 
					
						
						
							
							upgrade version and api  
						
						
						
						
					 
					
						2025-05-16 15:43:26 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8d2563aca9 
					 
					
						
						
							
							Update Helm release postgres-cluster to v5.1.0  
						
						
						
						
					 
					
						2025-05-16 20:34:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a6b7fc7bde
	 
					 
					
						
						
							
							Update Helm release argo-workflows to v0.45.15  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	renovate/stability-days Updates have met minimum release age requirement 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-16 08:00:47 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						155b04c209 
					 
					
						
						
							
							enable rules  
						
						
						
						
					 
					
						2025-05-14 18:26:52 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22956c35e2 
					 
					
						
						
							
							enable rules  
						
						
						
						
					 
					
						2025-05-14 17:18:43 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0d6cdbd0b
	 
					 
					
						
						
							
							Update postgres-cluster Docker tag to v5.0.7  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	lint-and-test-charts / lint-test (pull_request) Successful in 20s 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-05-14 22:01:31 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						197b25ccad 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-14 14:10:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						65d3725b98 
					 
					
						
						
							
							upgrade chart  
						
						
						
						
					 
					
						2025-05-13 22:23:11 -05:00