Compare commits

2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pkgname=kyverno-cli-bin
_pkgname=kyverno-cli
pkgver=1.18.2 # renovate: datasource=github-tags depName=kyverno/kyverno extractVersion='^v?(?<version>.*)$'
pkgver=1.19.0 # renovate: datasource=github-tags depName=kyverno/kyverno extractVersion='^v?(?<version>.*)$'
pkgrel=1
pkgdesc="Kubernetes Native Policy Management - CLI"
arch=('aarch64' 'x86_64')
+5 -3
View File
@@ -1,8 +1,8 @@
# kyverno-cli-bin
This repository contains build files to build the Arch Linux package `kyverno-cli-bin`. Instead of building the
package yourself, it can also be obtained from the following private repository. More detailed are described
[here](#obtaining-pre-built-packages-from-a-repository).
package yourself, it can also be obtained from the following private repository. The section [*Obtaining pre-built
packages from a repository*](#obtaining-pre-built-packages-from-a-repository) describes all necessary steps.
## Build
@@ -48,7 +48,9 @@ EOF
sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
# Extend existing pacman configuration of the repository 'volker.raschek'
sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
sudo tee -a /etc/pacman.conf > /dev/null <<EOF
Include = /etc/pacman.d/repos/*.conf
EOF
# Update pacman cache
sudo pacman --sync --refresh