Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Dec 13, 2024
1 parent c50c91d commit a4ee427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KIND_IMAGE ?= kindest/node:v1.31.0
KIND_NAME ?= kind
KYVERNO_VERSION ?= v1.13.1
KYVERNO_VERSION ?= v1.13.2
KOCACHE ?= /tmp/ko-cache
USE_CONFIG ?= standard,no-ingress,in-cluster,all-read-rbac
KUBECONFIG ?= ""
Expand Down Expand Up @@ -50,7 +50,7 @@ KIND_VERSION := v0.22.0
KO := $(TOOLS_DIR)/ko
KO_VERSION := v0.15.2
HELM_DOCS := $(TOOLS_DIR)/helm-docs
HELM_DOCS_VERSION := v1.13.1
HELM_DOCS_VERSION := v1.13.2
GCI := $(TOOLS_DIR)/gci
GCI_VERSION := v0.13.4
GOFUMPT := $(TOOLS_DIR)/gofumpt
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/AppBar/AppBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<div class="app-logo">
<template v-if="display.mdAndUp.value">
<v-img src="/kyverno-logo.png" />
<v-chip size="small" style="position: absolute; bottom: 12px; right: -90px">v1.13.1</v-chip>
<v-chip size="small" style="position: absolute; bottom: 12px; right: -90px">v1.13.2</v-chip>
</template>
<template v-if="display.smAndDown.value">
<v-img src="/favicon.png" width="80" />
<v-chip size="small" style="position: absolute; bottom: 16px; left: 90px"
>Kyverno v1.13.1</v-chip
>Kyverno v1.13.2</v-chip
>
</template>
</div>
Expand Down

0 comments on commit a4ee427

Please sign in to comment.