Skip to content

Commit 4e8cc24

Browse files
bobbyjohnstxclaude
andcommitted
chore: bump operator to 0.2.1, tinycode to v1.20.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2fc5a7 commit 4e8cc24

14 files changed

Lines changed: 25 additions & 25 deletions

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IMAGE_REGISTRY ?= quay.io
22
IMAGE_ORG ?= tinycode
33
IMAGE_TAG ?= latest
4-
VERSION ?= 0.2.0
4+
VERSION ?= 0.2.1
55
OPERATOR_IMAGE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/operator:$(IMAGE_TAG)
66
BUNDLE_IMAGE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/operator-bundle:v$(VERSION)
77
CATALOG_IMAGE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/operator-catalog:v$(VERSION)

‎bundle/manifests/tinycode-operator.clusterserviceversion.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: operators.coreos.com/v1alpha1
33
kind: ClusterServiceVersion
44
metadata:
5-
name: tinycode-operator.v0.2.0
5+
name: tinycode-operator.v0.2.1
66
annotations:
77
alm-examples: |-
88
[
@@ -11,15 +11,15 @@ metadata:
1111
"kind": "TinycodeInstance",
1212
"metadata": {"name": "my-tinycode", "namespace": "tinycode-dev"},
1313
"spec": {
14-
"image": "quay.io/bjohns/tinycode-container:v1.19.0",
14+
"image": "quay.io/bjohns/tinycode-container:v1.20.0",
1515
"storage": {"dataSize": "1Gi", "projectsSize": "10Gi"},
1616
"auth": {"passwordSecret": "tinycode-password"}
1717
}
1818
}
1919
]
2020
capabilities: Basic Install
2121
categories: Developer Tools, AI/Machine Learning
22-
containerImage: quay.io/tinycode/operator:v0.2.0
22+
containerImage: quay.io/tinycode/operator:v0.2.1
2323
description: |
2424
Deploys and manages tinycode AI coding assistant instances on OpenShift.
2525
Supports PVC storage, host filesystem access, and host shell execution
@@ -76,7 +76,7 @@ spec:
7676
oc get tinycodeinstance my-tinycode -o jsonpath='{.status.url}'
7777
```
7878
79-
version: 0.2.0
79+
version: 0.2.1
8080
maturity: alpha
8181
keywords:
8282
- ai

‎bundle/manifests/tinycode.dev_tinycodeinstances.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ spec:
5050
type: object
5151
properties:
5252
image:
53-
description: Container image for tinycode. Defaults to quay.io/bjohns/tinycode-container:v1.19.0.
53+
description: Container image for tinycode. Defaults to quay.io/bjohns/tinycode-container:v1.20.0.
5454
type: string
55-
default: "quay.io/bjohns/tinycode-container:v1.19.0"
55+
default: "quay.io/bjohns/tinycode-container:v1.20.0"
5656
replicas:
5757
description: Number of tinycode server replicas. Defaults to 1.
5858
type: integer

‎catalog/tinycode-operator/catalog.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ schema: olm.channel
77
name: alpha
88
package: tinycode-operator
99
entries:
10-
- name: tinycode-operator.v0.2.0
10+
- name: tinycode-operator.v0.2.1
1111
---
1212
schema: olm.bundle
13-
name: tinycode-operator.v0.2.0
13+
name: tinycode-operator.v0.2.1
1414
package: tinycode-operator
15-
image: quay.io/tinycode/operator-bundle:v0.2.0
15+
image: quay.io/tinycode/operator-bundle:v0.2.1
1616
properties:
1717
- type: olm.gvk
1818
value:
@@ -22,19 +22,19 @@ properties:
2222
- type: olm.package
2323
value:
2424
packageName: tinycode-operator
25-
version: 0.2.0
25+
version: 0.2.1
2626
- type: olm.bundle.object
2727
value:
2828
data: |
2929
apiVersion: operators.coreos.com/v1alpha1
3030
kind: ClusterServiceVersion
3131
metadata:
32-
name: tinycode-operator.v0.2.0
32+
name: tinycode-operator.v0.2.1
3333
- type: olm.csv.metadata
3434
value:
3535
displayName: Tinycode Operator
3636
description: Deploys and manages tinycode AI coding assistant instances on OpenShift
37-
version: 0.2.0
37+
version: 0.2.1
3838
minKubeVersion: 1.25.0
3939
provider:
4040
name: tinycode community

‎config/catalog/catalogsource.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: openshift-marketplace
77
spec:
88
sourceType: grpc
9-
image: quay.io/tinycode/operator-catalog:v0.2.0
9+
image: quay.io/tinycode/operator-catalog:v0.2.1
1010
displayName: Tinycode Operator Catalog
1111
publisher: tinycode community
1212
updateStrategy:

‎config/crd/tinycode.dev_tinycodeinstances.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ spec:
5050
type: object
5151
properties:
5252
image:
53-
description: Container image for tinycode. Defaults to quay.io/bjohns/tinycode-container:v1.19.0.
53+
description: Container image for tinycode. Defaults to quay.io/bjohns/tinycode-container:v1.20.0.
5454
type: string
55-
default: "quay.io/bjohns/tinycode-container:v1.19.0"
55+
default: "quay.io/bjohns/tinycode-container:v1.20.0"
5656
pattern: "^(quay\\.io/bjohns/|ghcr\\.io/bjohns/|registry\\.access\\.redhat\\.com/)[a-zA-Z0-9._/-]+:[a-zA-Z0-9._-]+$"
5757
replicas:
5858
description: Number of tinycode server replicas. Defaults to 1.

‎config/samples/tinycode_v1alpha1_basic.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: my-tinycode
88
namespace: tinycode-dev
99
spec:
10-
image: quay.io/bjohns/tinycode-container:v1.19.0
10+
image: quay.io/bjohns/tinycode-container:v1.20.0
1111
replicas: 1
1212
resources:
1313
limits:

‎config/samples/tinycode_v1alpha1_gitops.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: my-tinycode-gitops
88
namespace: tinycode-dev
99
spec:
10-
image: quay.io/bjohns/tinycode-container:v1.19.0
10+
image: quay.io/bjohns/tinycode-container:v1.20.0
1111
replicas: 1
1212
resources:
1313
limits:

‎config/samples/tinycode_v1alpha1_gitops_private.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
name: my-tinycode-gitops-private
88
namespace: tinycode-dev
99
spec:
10-
image: quay.io/bjohns/tinycode-container:v1.19.0
10+
image: quay.io/bjohns/tinycode-container:v1.20.0
1111
replicas: 1
1212
resources:
1313
limits:

‎config/samples/tinycode_v1alpha1_hostpath.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
name: hostpath-tinycode
1919
namespace: tinycode-dev
2020
spec:
21-
image: quay.io/bjohns/tinycode-container:v1.19.0
21+
image: quay.io/bjohns/tinycode-container:v1.20.0
2222
storage:
2323
hostPath:
2424
path: /home/developer/projects

0 commit comments

Comments
 (0)