Skip to content

Commit

Permalink
Merge pull request #238 from IBM/fix/update-version
Browse files Browse the repository at this point in the history
Updated version after changes in CRD
  • Loading branch information
yuji-watanabe-jp authored Jan 6, 2021
2 parents 6e854c4 + 1990246 commit e0602ec
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,17 @@ spec:
type: string
type: object
type: array
keyRingConfigs:
keyConfig:
items:
properties:
createIfNotExist:
type: boolean
keyValue:
format: byte
fileName:
type: string
name:
type: string
secretName:
type: string
signatureType:
type: string
type: object
type: array
labels:
Expand Down Expand Up @@ -810,7 +811,7 @@ spec:
type: object
type: array
targetNamespaceSelector:
description: '`TargetNamespaceSelector` is used only for profile in IShield NS'
description: '`TargetNamespaceSelector` is used only for profile in iShield NS'
properties:
exclude:
items:
Expand Down Expand Up @@ -1388,7 +1389,7 @@ spec:
type: object
type: array
targetNamespaceSelector:
description: '`TargetNamespaceSelector` is used only for profile in IShield NS'
description: '`TargetNamespaceSelector` is used only for profile in iShield NS'
properties:
exclude:
items:
Expand Down Expand Up @@ -1593,8 +1594,12 @@ spec:
type: string
kind:
type: string
logLevel:
type: string
name:
type: string
namespace:
type: string
operation:
type: string
scope:
Expand All @@ -1615,8 +1620,12 @@ spec:
type: string
kind:
type: string
logLevel:
type: string
name:
type: string
namespace:
type: string
operation:
type: string
scope:
Expand Down Expand Up @@ -1646,8 +1655,12 @@ spec:
type: string
kind:
type: string
logLevel:
type: string
name:
type: string
namespace:
type: string
operation:
type: string
scope:
Expand All @@ -1668,8 +1681,12 @@ spec:
type: string
kind:
type: string
logLevel:
type: string
name:
type: string
namespace:
type: string
operation:
type: string
scope:
Expand Down Expand Up @@ -1721,10 +1738,6 @@ spec:
type: string
signatureNamespace:
type: string
verifyType:
type: string
required:
- verifyType
type: object
shieldConfigCrName:
type: string
Expand Down Expand Up @@ -1765,9 +1778,9 @@ spec:
signers:
items:
properties:
name:
keyConfig:
type: string
secret:
name:
type: string
subjects:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ metadata:
"name": "integrity-shield-server"
},
"spec": {
"keyRingConfigs": [
"keyConfig": [
{
"name": "keyring-secret"
"name": "sample-signer-keyconfig",
"secretName": "keyring-secret"
}
],
"namespace": "integrity-shield-operator-system",
Expand All @@ -26,8 +27,7 @@ metadata:
"include": [
"*"
]
},
"verifyType": "pgp"
}
},
"signerConfig": {
"policies": [
Expand All @@ -48,8 +48,8 @@ metadata:
],
"signers": [
{
"keyConfig": "sample-signer-keyconfig",
"name": "SampleSigner",
"secret": "keyring-secret",
"subjects": [
{
"email": "[email protected]"
Expand All @@ -64,7 +64,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.1.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: integrity-shield-operator.v0.1.1
name: integrity-shield-operator.v0.1.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/open-cluster-management/integrity-shield-operator:0.1.1
image: quay.io/open-cluster-management/integrity-shield-operator:0.1.2
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -303,4 +303,5 @@ spec:
provider:
name: IBM
url: https://github.com/ibm/integrity-enforcer
version: 0.1.1
replaces: integrity-shield-operator.v0.1.1
version: 0.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/open-cluster-management/integrity-shield-operator
newTag: 0.1.1
newTag: 0.1.2
6 changes: 3 additions & 3 deletions ishield-build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ REGISTRY=quay.io/open-cluster-management
LOCAL_REGISTRY=localhost:5000
BUNDLE_REGISTRY=quay.io/open-cluster-management

ISHIELD_VERSION=0.1.1
VERSION=0.1.1
PREV_VERSION=0.1.0
ISHIELD_VERSION=0.1.2
VERSION=0.1.2
PREV_VERSION=0.1.1

ISHIELD_IMAGE=integrity-shield-server
ISHIELD_LOGGING=integrity-shield-logging
Expand Down

0 comments on commit e0602ec

Please sign in to comment.