A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix workflow

+2 -35
-33
.github/workflows/ci.yml
··· 58 58 count += 1 59 59 print(f'YAML validation passed - {count} documents found') 60 60 " 61 - 62 - # Only build images if tests pass 63 - build-test: 64 - name: Build Test 65 - runs-on: ubuntu-latest 66 - needs: test-and-lint 67 - steps: 68 - - name: Checkout 69 - uses: actions/checkout@v4 70 - 71 - - name: Set up Docker Buildx 72 - uses: docker/setup-buildx-action@v3 73 - 74 - # Test that both images build successfully 75 - - name: Build Manager Image 76 - uses: docker/build-push-action@v5 77 - with: 78 - context: . 79 - file: ./Dockerfile 80 - push: false 81 - platforms: linux/amd64 82 - cache-from: type=gha,scope=manager 83 - cache-to: type=gha,mode=max,scope=manager 84 - 85 - - name: Build Discovery Image 86 - uses: docker/build-push-action@v5 87 - with: 88 - context: . 89 - file: ./Dockerfile.discovery 90 - push: false 91 - platforms: linux/amd64,linux/arm64 92 - cache-from: type=gha,scope=discovery 93 - cache-to: type=gha,mode=max,scope=discovery
+2 -2
helm/hsm-secrets-operator/Chart.yaml
··· 2 2 name: hsm-secrets-operator 3 3 description: A Kubernetes operator that bridges Pico HSM binary data storage with Kubernetes Secrets 4 4 type: application 5 - version: 0.2.6 6 - appVersion: v0.2.6 5 + version: 0.2.7 6 + appVersion: v0.2.7 7 7 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubernetes/icon/color/kubernetes-icon-color.svg 8 8 home: https://github.com/evanjarrett/hsm-secrets-operator 9 9 sources: