forked from suse-edge/Factory
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			metallb_rb
			...
			kube-rbac-
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 
						
						
							
						
						ff0e5f2b33
	
				 | 
					
					
						|||
| cf76ed917b | |||
| 
						
						
							
						
						eee07009bb
	
				 | 
					
					
						
@@ -24,7 +24,7 @@ License:        Apache-2.0
 | 
				
			|||||||
URL:            https://github.com/brancz/kube-rbac-proxy
 | 
					URL:            https://github.com/brancz/kube-rbac-proxy
 | 
				
			||||||
Source:         kube-rbac-proxy-%{version}.tar.gz
 | 
					Source:         kube-rbac-proxy-%{version}.tar.gz
 | 
				
			||||||
Source1:        vendor.tar.gz
 | 
					Source1:        vendor.tar.gz
 | 
				
			||||||
BuildRequires:  golang(API) = 1.22
 | 
					BuildRequires:  golang(API) = 1.23
 | 
				
			||||||
ExcludeArch:    s390
 | 
					ExcludeArch:    s390
 | 
				
			||||||
ExcludeArch:    %{ix86}
 | 
					ExcludeArch:    %{ix86}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -59,7 +59,7 @@ prometheus:
 | 
				
			|||||||
  # the image to be used for the kuberbacproxy container
 | 
					  # the image to be used for the kuberbacproxy container
 | 
				
			||||||
  rbacProxy:
 | 
					  rbacProxy:
 | 
				
			||||||
    repository: "%%IMG_REPO%%/%%IMG_PREFIX%%kube-rbac-proxy"
 | 
					    repository: "%%IMG_REPO%%/%%IMG_PREFIX%%kube-rbac-proxy"
 | 
				
			||||||
    tag: "v0.18.0"
 | 
					    tag: "0.18.1"
 | 
				
			||||||
    pullPolicy: IfNotPresent
 | 
					    pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Prometheus Operator PodMonitors
 | 
					  # Prometheus Operator PodMonitors
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
  <service mode="buildtime" name="kiwi_metainfo_helper"/>
 | 
					  <service mode="buildtime" name="kiwi_metainfo_helper"/>
 | 
				
			||||||
  <service name="replace_using_env" mode="buildtime">
 | 
					  <service name="replace_using_env" mode="buildtime">
 | 
				
			||||||
    <param name="file">Chart.yaml</param>
 | 
					    <param name="file">Chart.yaml</param>
 | 
				
			||||||
    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %img_prefix)</param>
 | 
					    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
 | 
				
			||||||
    <param name="var">IMG_PREFIX</param>
 | 
					    <param name="var">IMG_PREFIX</param>
 | 
				
			||||||
  </service>
 | 
					  </service>
 | 
				
			||||||
</services>
 | 
					</services>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,14 +2,14 @@
 | 
				
			|||||||
  <service mode="buildtime" name="kiwi_metainfo_helper"/>
 | 
					  <service mode="buildtime" name="kiwi_metainfo_helper"/>
 | 
				
			||||||
  <service name="replace_using_env" mode="buildtime">
 | 
					  <service name="replace_using_env" mode="buildtime">
 | 
				
			||||||
    <param name="file">values.yaml</param>
 | 
					    <param name="file">values.yaml</param>
 | 
				
			||||||
    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %img_prefix)</param>
 | 
					    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
 | 
				
			||||||
    <param name="var">IMG_PREFIX</param>
 | 
					    <param name="var">IMG_PREFIX</param>
 | 
				
			||||||
    <param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
 | 
					    <param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
 | 
				
			||||||
    <param name="var">IMG_REPO</param>
 | 
					    <param name="var">IMG_REPO</param>
 | 
				
			||||||
  </service>
 | 
					  </service>
 | 
				
			||||||
  <service name="replace_using_env" mode="buildtime">
 | 
					  <service name="replace_using_env" mode="buildtime">
 | 
				
			||||||
    <param name="file">Chart.yaml</param>
 | 
					    <param name="file">Chart.yaml</param>
 | 
				
			||||||
    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %img_prefix)</param>
 | 
					    <param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix})</param>
 | 
				
			||||||
    <param name="var">IMG_PREFIX</param>
 | 
					    <param name="var">IMG_PREFIX</param>
 | 
				
			||||||
  </service>
 | 
					  </service>
 | 
				
			||||||
</services>
 | 
					</services>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user