Skip to content

Commit

Permalink
Add support for RKE2 v1.27 and v.28, update XCCDF for other versions (#…
Browse files Browse the repository at this point in the history
…197)

* AUTOMATION: SSF Prod Chart Update for stigatron

* AUTOMATION: SSF Prod Chart Update for stigatron

* Add support for RKE2 v1.27 and v.28, update XCCDF for other versions (#195)

* Add support for RKE2 v1.27 and v.28, update XCCDF for other versions

* Enabled 1.29

* Update img/app/chart versions for stigatron

---------

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
Co-authored-by: Adam Martin <adam.martin@ranchergovernment.com>

---------

Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com>
Co-authored-by: Carbide SSF <carbide@rancherfederal.com>
Co-authored-by: Adam Toy <atoy3731@gmail.com>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent c6f3343 commit 55c3e0a
Show file tree
Hide file tree
Showing 20 changed files with 3,850 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/stigatron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: stigatron
description: Rancher Government Stigatron Extension
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
version: "0.2.5"
appVersion: "0.2.2"
version: "0.3.0"
appVersion: "0.3.0"
dependencies:
- name: heimdall2
version: "0.1.41"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: cis.cattle.io/v1
kind: ClusterScanBenchmark
metadata:
name: rke2-stig-1.27-preview
annotations:
field.cattle.io/description: RKE2 1.27 STIG Profile
spec:
clusterProvider: rke2
customBenchmarkConfigMapName: rke2-stig-1.27-preview
customBenchmarkConfigMapNamespace: cis-operator-system
minKubernetesVersion: "1.27.0"
maxKubernetesVersion: "1.27.30"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: cis.cattle.io/v1
kind: ClusterScanProfile
metadata:
name: rke2-stig-1.27-preview-profile
annotations:
compliance.cattle.io/stigatron-enabled: "true"
spec:
benchmarkVersion: rke2-stig-1.27-preview
skipTests: []
Loading

0 comments on commit 55c3e0a

Please sign in to comment.