Skip to content

Commit

Permalink
More improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Nov 7, 2023
1 parent 11b599f commit 358b984
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 209 deletions.
8 changes: 6 additions & 2 deletions charts/images.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
images:
- name: auditforwarder
- name: audit-forwarder
sourceRepository: https://github.com/metal-stack/audit-forwarder
repository: ghcr.io/metal-stack/audit-forwarder
tag: "v0.2.4"
tag: "latest"
- name: fluent-bit
sourceRepository: https://github.com/fluent/fluent-bit
repository: fluent/fluent-bit
tag: "2.1.10"
- name: audittailer
sourceRepository: https://github.com/fluent/fluentd
repository: fluent/fluentd
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/audit/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
const (
SeedAuditResourceName = "extension-audit"
ShootAuditResourceName = "extension-audit-shoot"

ShootAudittailerNamespace = "audit"
)

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down
Loading

0 comments on commit 358b984

Please sign in to comment.